The volume is 60 cubic inches.
To solve, follow the formula Volume = Length · Height · Width. If you are solving without a calculator, simply multiply the length and the height first, then multiply the product of that by the width, 2 / 3.
V = 10 · 9 · 2/3
V = (10 · 9) 2/3
V = 90 · 2/3
<span>V = 60 in.³
</span>
Hope this helps. Good luck! :)
Answer:
x=5
Step-by-step explanation:
-5(-x - 1) + 4x – 1= 49
Distribute
5x +5 +4x -1 = 49
Combine like terms
9x +4 = 49
Subtract 4 from each side
9x+4-4 = 49-4
9x = 45
Divide by 9
9x/9 =45/9
x = 5
Answer:
Median = 13
Step-by-step explanation:
Arranging it in ascending order:
=> 2,4,6,10,13,13,14,16,20
Median is the middlemost no.
So,
=> Median = 13
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
The answer is 15625
I put this in a calc to check it and it is correct