Divide 1515 by 100 and you would get 15.15 the divide the .15 by 3 and and you will get 3.5 so the answer will be 15 3/5
Multiply both sides by 7. w=<span>105</span>
9514 1404 393
Answer:
L'(3, -6)
Step-by-step explanation:
The reflection over the y-axis is modeled by the transformation ...
(x, y) ⇒ (-x, y)
L(-3, -6) ⇒ L'(3, -6)
Point L is located at (3, -6) after the reflection from the 3rd quadrant to the 4th quadrant across the y-axis.
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
Answer:
7 x ^2 y - 3 z
= 7 * (3)^2 * 5 - 3 * - 4
= 7 * 9 * 5 + 12
= 315 + 12
= 327
it's answer is D 327
hope it helps you