Answer:
-25
Step-by-step explanation:
5 times the product of x and y = 5xy
Answer:
II. int z;
Step-by-step explanation:
int z;
is the best option, because on the next line you will define the variable as
z = (x + y) / 2;
you can also use int z=0; but it is not necessary according to the code segment given.
Answer:
180°
Step-by-step explanation: We are given the co-ordinates of ΔDEF as D(-1,6), E(1,3) and F(6,3).
Now, after rotation the co-ordinates of the new triangle D'E'F' are D'(1,-6), E'(-1,-3) and F'(-6,-3).
As we see that, the co-ordinates of triangle DEF are multiplied by negative sign to obtain the co-ordinates of triangle D'E'F'.
This means that, the triangle DEF is rotated 180° to form triangle D'E'F' because rotating 180 changes (x,y) to (-x,-y).
So, the rotation applied is 180° to ΔDEF.
so first we need to find the total number of crayons
to do that we're going to multiply 6 by 24 cause each box has 24 crayons
24 × 6 = 144
so the answer of total number of crayons is 144 crayons
next we're going to find the total number of paint brushes
to do that we're going to multiply 9 by 15 cause each package has 15 paint brushes
9 × 15 = 135
so the answer of total number of paint brushes is 135 crayons
finally we're going to calculate the difference
so its 144 crayons subtracted by 135 paint brushes
144 - 135 = 9
so the difference of total number of crayons and total number of paint brushes is 9
hope that helped :))