answersLogoWhite

0

4 multiplied by 4 is 16

16 multiplied by 2 is 32

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What multiplication fact can you double to find 4 times 7?

4+4+4+4+4


How many times a year does Kmart have double coupon days?

4 times a year.:]


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

double 4 times 4


What is 4 times 0.25 and which methods are to answer it?

use double answer = 4 * .25 answer will equal 1


What multiplicalion fact can you double to find 4times7?

To find 4 times 7, you can double the multiplication fact of 2 times 7. Since 2 times 7 equals 14, doubling that gives you 4 times 7, which also equals 28. Thus, 4 times 7 can be derived from doubling 2 times 7.


How can you use doubling to find the product of 4 times 7?

since 4 is 2 times 2 just double 7 twice: 7 doubled = 14 and then 14 double = 28


If you double the speed of a car you in crease its force of impact by?

4 times


What is double of a quarter?

Double of a quarter is equal to a half. A quarter is represented as 1/4, so when you double it, you calculate 2 times 1/4, which equals 2/4. Simplifying 2/4 gives you 1/2, or half.


How does doubling the side lengths of a triangle affect its area?

If you double them all it will be 4 times the area


If you double the radius of a circle what happens to the area?

If you double the original radius, the area will become 4 times what it was. The area of a circle is pi*r^2 = A. If our new radius (lets say x) is double (x=2r), we have pi*x^2 = pi*(2r)^2, which equals 4*pi*r^2 = 4A, or 4 times the original area.


When you double the sides of the square how does the area of the larger square change?

A = L2 if you double the sides, the area will be 4 times larger than the original one.


Why does const double PI equals 4 times atan left paren 1 right paren outside main crash?

You mean this: const double PI = 4*atan(1); Well, it should be either const double PI = 3.14159265358979323846264338327950288 or double PI = 4*atan(1); /* without const */