answersLogoWhite

0


Best Answer

Round down both multiplicands and get approximate answer = A.

Round up both multiplicands and get approximate answer = B.

The true answer is between A and B.

User Avatar

Wiki User

โˆ™ 9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find two numbers the answer is between in multiplication and rounding?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How do you find two numbers the answer is between?

Rounding the answer.... for example suppose 95 is your answer .... 95 is between both 90 and 100 just like 83 it would be between 80 and 85


What is the process used to find the product of two numbers?

multiplication


How you use multiplication to find the factors of a number?

You make a line of numbers in this case factors.


How do you find the quotient of two numbers when both are positive?

A quotient is the answer to a multiplication problem. Therefore, just multiply the two numbers.


What is a compatible fraction?

What are compatible fractions? Round the whole number to the closest compatible number to the denominator. Compatible numbers are numbers that are close in value to the real number that would make it easier to find an estimate calculation. compatible numbers are numbers that are a like or can compared like fact families! Compatible numbers When estimating, compatible numbers are numbers that are close in value to the actual numbers, and which make it easy to do mental arithmetic. In mathematics, compatible numbers are the numbers that are easy to add, subtract, multiply, or divide mentally. Compatible numbers are close in value to the actual numbers that make estimating the answer and computing problems easier. We can round the numbers to the nearest ten, hundred, thousand or ten thousand to make them compatible numbers. For instance, if we have to add 493 and 549, we can make the numbers compatible by rounding them up to the nearest tens or hundreds. 490 and 550 (rounded to the nearest tens) or 500 and 500 (rounded to the nearest hundreds) are much easier to solve. So, we know the answer is about 1040 or 1000. Let us see some examples to understand how we can perform subtraction, multiplication and division using compatible numbers. Subtraction: Find the difference between 376.5 and 612.2 Here, we cannot find the difference between 376.5 and 612.2 easily as they are not compatible. So, we make the numbers compatible by rounding both the numbers to the nearest tens. Multiplication: Find the product of 24.3 and 18.7. It is difficult to find the product of 24.3 and 18.7 mentally and quickly. So, we use compatible numbers and find the which is closer to the actual answer. Division: Divide 856 by 33. To find the answer to 856 รท 33, will take us time as we need to divide to get the answer. However, if we make the numbers compatible, we can mentally find an answer close to the actual answer as shown. Fun Facts Compatible numbers help in simplifying the calculation of an estimate only.

Related questions

Where can I find rounding numbers worksheets?

You can find plenty of math rounding worksheets online. Math rounding worksheets are best for practicing rounding numbers. here you will find plenty of math rounding worksheets to practice with and they are free so there is no need to buy a book. here is the link: www.homeschoolmath.net/worksheets/rounding.php


What word is the numbers multiplied together to find a product?

i call it multiplication


How do you find two numbers the answer is between?

Rounding the answer.... for example suppose 95 is your answer .... 95 is between both 90 and 100 just like 83 it would be between 80 and 85


How do you find the area by rounding?

.the same but you just round the numbers first


What is the process used to find the product of two numbers?

multiplication


Where can I find rounding numbers worksheets online?

Lots of rounding numbers worksheets can be found online. Try Education.com for a good selection. Math.com is another great resource for math-related worksheets.


What is the similarities between multiplication and division?

You are working with numbers. One is a whole number and the other is a fraction of a whole number (with a decimal point, etc). You apply the same principles of subtracting one number from another or a fraction of one number from a fraction of another. Numbers is numbers!


What is the product of 2346?

Two or more numbers are needed to find their product in multiplication.


How you use multiplication to find the factors of a number?

You make a line of numbers in this case factors.


How do you find the quotient of two numbers when both are positive?

A quotient is the answer to a multiplication problem. Therefore, just multiply the two numbers.


How do you perform multiplication of two numbers without using the multiplication operator?

By using repeated addition. Consider two numbers a and b. If you want to find a*b then you can add the numbers repeatedly in a loop to get the product. Eg:product = a;for( i=1; i


How do you find the product of five numbers in Qbasic?

Most computer languages use the asterisk, "*", for multiplication.