Answer:
The answer is 168!
Step-by-step explanation:
6*4=24 (There are two triangles so you don't have to divide by 2, 24 is simply the answer to both), 6*9=54, 5*9*2=90, 90+54+24=168! I hope this helps! Have a great rest of your day!
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:
48 hats and 104 shirts
Step-by-step explanation:
These are the equations you build from the problem:
h + s = 152
8.50h + 12s = 1656
This is how I solved them:
s= 152-h
8.5h + 12(152-h) = 1656
8.5h + 1824 - 12h = 1656
Solve for h
h= 48
Put this into first equation (h +s = 152) to get s
Answer:
V=πr2h
Step-by-step explanation:
The triangles are similar by the SSS (side-side-side) similarity theorem because the sides of the two triangles are in proportion (5/15 = 3/9 = 4/12)
Hope this helps =)