Answer:
yassssssss quuuueeeennnnnnn
Step-by-step explanation:
Answer:
D) (5x - 3) (25x^2+ 15x + 9)
Step-by-step explanation:

Answer:
18, 9, 27
Step-by-step explanation:
36 ÷ 2 = 18. Dividing by 2 is the same as multiplying by 50%.
36 ÷ 4 = 9. Dividing by 4 is the same as multiplying by 25%.
Since 25% • 3 = 75%, you can do 9 (from previous) • 3 to get 27.
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
Answer:
t =12 m
Step-by-step explanation:
We can use similar triangles and proportions to solve this problem.
Put the smaller triangle on top and the larger triangle on bottom
12 9
------ = -------
16 t
Solve by using cross products
12 t = 9*16
12 t =144
Divide by 12
12t/12 = 144/12
t = 12