answersLogoWhite

0

To find 8 X 7 you can simply double 4 X 7. The answer being 56.

This is true becasue of the associative property of multiplication which states any order of number being multiplied together will give you the same answer.

2 X 4 X 7 = 8 X 7 = 56

7 X 4 X 2 = 28 X 2 = 56 + we know are math facts!

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can you use 4 x7 to find 8x7 Find the product?

You can use the product from 4x7 to find the product of 8x7 by doubling the answer to 4x7. The product of 4x7 is 28 and the product of 8x7 is 56 (28 doubled is also 56).


How can you use 4 x 7 to find 8 x 3 find the product?

you can muit by 4s and 8s.


How do you use 4 x 4 to find the product of 8 x 4?

double 4 times 4


Find the product which operation do you use?

To find the product of two or more numbers, you use multiplication. This operation combines the numbers to give you a single result, known as the product. For example, multiplying 3 and 4 results in a product of 12.


How could you use the product of 104 and 4 to find the product of 324 and 4?

It would seem more sensible to do the multiplication directly.


Who do you find the product in a number with 2 different ways?

To find the product of a number using two different methods, you can first use the traditional multiplication approach, where you multiply the number by another directly. For example, to find the product of 4 and 5, you can simply calculate (4 \times 5 = 20). Alternatively, you can use addition by repeated summation, where you add 4 together five times: (4 + 4 + 4 + 4 + 4 = 20). Both methods yield the same result.


How do you find the product between 2 numbers?

To find the product of two numbers, you simply multiply them together. For example, if you want to find the product of 3 and 4, you calculate (3 \times 4), which equals 12. You can use a calculator or perform the multiplication manually using methods like long multiplication for larger numbers.


How can you find the product of 0.03 and 4?

To find the product of 0.03 and 4, simply multiply the two numbers together. You can calculate it as follows: (0.03 \times 4 = 0.12). Thus, the product of 0.03 and 4 is 0.12.


How could you use the product of 108 and 4 to find the product of 324 and 4?

324 = 3 x 108 324 x 4 = 3 x 108 x 4


How could you use the product of108 and 4 to find the product of 324 and 4?

To find the product of 324 and 4 using the product of 108 and 4, you can first recognize that 324 is three times 108 (since 324 = 3 × 108). Therefore, you can calculate 108 × 4 to get 432, and then multiply that result by 3. This means 324 × 4 = 3 × (108 × 4) = 3 × 432, which equals 1296.


How do you Find the product of 2.57 and 4?

Multiply.


How can you use an array to find the product of 4 x 13?

You can do 4 rows and 13 columns and you get 52. product = sizeof (char [4][13]); of course it is just a joke, in actual code you write product = 4*13;