Learning

90 Divided By 18

90 Divided By 18
90 Divided By 18

Mathematics is a fundamental subject that underpins many aspects of our daily lives, from simple calculations to complex problem-solving. One of the basic operations in mathematics is division, which involves splitting a number into equal parts. Understanding division is crucial for various applications, including finance, engineering, and everyday tasks. In this post, we will explore the concept of division, focusing on the specific example of 90 divided by 18.

Understanding Division

Division is one of the four basic arithmetic operations, along with addition, subtraction, and multiplication. It is the process of finding out how many times one number is contained within another number. The result of a division operation is called the quotient. For example, if you divide 20 by 4, the quotient is 5 because 4 goes into 20 exactly 5 times.

The Basics of 90 Divided By 18

Let’s break down the division of 90 divided by 18. This operation involves determining how many times 18 can be subtracted from 90 before reaching zero. The process can be visualized as follows:

  • Start with 90.
  • Subtract 18 from 90.
  • Repeat the subtraction until you reach zero or a remainder.

In this case, 18 goes into 90 exactly 5 times, with no remainder. Therefore, the quotient of 90 divided by 18 is 5.

Step-by-Step Calculation

To perform the division of 90 divided by 18, follow these steps:

  1. Write down the dividend (90) and the divisor (18).
  2. Determine how many times the divisor (18) can be subtracted from the dividend (90).
  3. Perform the subtraction and record the result.
  4. Repeat the process until the remainder is less than the divisor.

Let’s go through the steps in detail:

  1. Write down 90 ÷ 18.
  2. Determine how many times 18 can be subtracted from 90. In this case, it can be subtracted 5 times.
  3. Perform the subtraction: 90 - 18 = 72, 72 - 18 = 54, 54 - 18 = 36, 36 - 18 = 18, 18 - 18 = 0.
  4. The remainder is 0, so the division is exact.

Therefore, 90 divided by 18 equals 5.

📝 Note: Division can result in a quotient and a remainder. In the case of 90 divided by 18, there is no remainder, making it an exact division.

Applications of Division

Division is a versatile mathematical operation with numerous applications in various fields. Here are some examples:

  • Finance: Division is used to calculate interest rates, dividends, and other financial metrics.
  • Engineering: Engineers use division to determine measurements, ratios, and proportions.
  • Cooking: Recipes often require dividing ingredients to adjust serving sizes.
  • Everyday Tasks: Division is used in everyday tasks such as splitting bills, calculating fuel efficiency, and measuring distances.

Division in Real-Life Scenarios

Let’s explore some real-life scenarios where division is applied:

  • Splitting a Bill: If you and four friends go out to dinner and the total bill is 90, you can use division to determine how much each person needs to pay. 90 divided by 5 equals 18 per person.
  • Calculating Fuel Efficiency: If your car travels 90 miles on 18 gallons of fuel, you can calculate the fuel efficiency by dividing the miles traveled by the gallons used. 90 divided by 18 equals 5 miles per gallon.
  • Adjusting Recipe Ingredients: If a recipe calls for 90 grams of flour for 18 servings, and you want to make only 9 servings, you can divide the amount of flour by 2. 90 divided by 2 equals 45 grams of flour.

Division with Remainders

Sometimes, division results in a remainder. A remainder is the part of the dividend that cannot be evenly divided by the divisor. For example, if you divide 90 by 17, the quotient is 5 with a remainder of 5. This means that 17 goes into 90 exactly 5 times, with 5 left over.

Here is a table illustrating division with remainders:

Dividend Divisor Quotient Remainder
90 17 5 5
90 19 4 14
90 20 4 10

In these examples, the remainders are the parts of the dividend that cannot be evenly divided by the divisor.

📝 Note: When performing division with remainders, it is important to check that the remainder is less than the divisor. If the remainder is equal to or greater than the divisor, the division has not been completed correctly.

Division in Programming

Division is also a fundamental operation in programming. Most programming languages provide built-in functions for performing division. For example, in Python, you can use the ‘/’ operator to perform division. Here is a simple Python script that demonstrates 90 divided by 18:





dividend = 90 divisor = 18 quotient = dividend / divisor print(“The quotient of”, dividend, “divided by”, divisor, “is”, quotient)

When you run this script, it will output:

The quotient of 90 divided by 18 is 5.0

In this example, the result is a floating-point number because Python handles division as a floating-point operation by default. If you need an integer result, you can use the ‘//’ operator, which performs integer division.

Division in Different Number Systems

Division is not limited to the decimal number system. It can also be performed in other number systems, such as binary, octal, and hexadecimal. Each number system has its own rules for division, but the basic concept remains the same. For example, in the binary system, division involves determining how many times one binary number can be subtracted from another.

Here is an example of division in the binary system:

  • Dividend: 10110 (22 in decimal)
  • Divisor: 10 (2 in decimal)
  • Quotient: 1011 (11 in decimal)

In this example, 10110 divided by 10 in binary equals 1011, which is 11 in decimal.

📝 Note: Division in different number systems follows the same principles as in the decimal system, but the digits and rules for subtraction may differ.

Common Mistakes in Division

While division is a straightforward operation, there are some common mistakes that people often make. Here are a few to watch out for:

  • Forgetting to Check the Remainder: Always ensure that the remainder is less than the divisor. If the remainder is equal to or greater than the divisor, the division has not been completed correctly.
  • Incorrect Placement of the Decimal Point: When performing division with decimals, be careful to place the decimal point correctly in the quotient.
  • Confusing Division and Multiplication: Remember that division is the inverse operation of multiplication. If you are unsure, you can check your division by multiplying the quotient by the divisor and adding the remainder.

By being aware of these common mistakes, you can improve your accuracy in performing division operations.

Division is a fundamental mathematical operation with wide-ranging applications. Understanding how to perform division accurately is essential for various fields, from finance and engineering to everyday tasks. By mastering the basics of division, you can solve complex problems and make informed decisions. Whether you are dividing 90 divided by 18 or performing more complex calculations, the principles of division remain the same. With practice and attention to detail, you can become proficient in division and apply it to a variety of real-life scenarios.

Related Terms:

  • 90 divided by 18 maths
  • divide 18 by 90 equals
  • 90 by 18 long division
  • 90 18 with remainder
  • long division divided by 90
  • 18 into 90
Facebook Twitter WhatsApp
Related Posts
Don't Miss