The significant components, the radius and the height, are in inches and feet respectively, you'd need to convert them both to the same unit, whichever it may be, meters or feet or inches or millimeters, so long is the same, then use the volume of a cylinder equation to get it.
Answer:
628
Step-by-step explanation:
using formula 1/3 x pi x r x r x h
1/3 x 3.14 x 10 x 10 x 6 = 628
Let's call the younger student's age A and the older student's age B. The teacher's age will be T.
B = 2A
T = 5B
T+5 = 5(A+5)
Simplify the last equation.
T+5 = 5A+25
T = 5A+20
Now we have two equations solved for T, so we can set them equal to each other.
5B = 5A + 20
We can plug 2A in for B
5(2A) = 5A + 20
10A = 5A + 20
5A = 20
A = 4
To find T, we plug 4 in for A in T = 5A + 20
T = 5(4) + 20
T = 40
The answer is 40 years old.
Proof by induction
Base case:
n=1: 1*2*3=6 is obviously divisible by six.
Assumption: For every n>1 n(n+1)(n+2) is divisible by 6.
For n+1:
(n+1)(n+2)(n+3)=
(n(n+1)(n+2)+3(n+1)(n+2))
We have assumed that n(n+1)(n+2) is divisble by 6.
We now only need to prove that 3(n+1)(n+2) is divisible by 6.
If 3(n+1)(n+2) is divisible by 6, then (n+1)(n+2) must be divisible by 2.
The "cool" part about this proof.
Since n is a natural number greater than 1 we can say the following:
If n is an odd number, then n+1 is even, then n+1 is divisible by 2 thus (n+1)(n+2) is divisible by 2,so we have proved what we wanted.
If n is an even number" then n+2 is even, then n+1 is divisible by 2 thus (n+1)(n+2) is divisible by 2,so we have proved what we wanted.
Therefore by using the method of mathematical induction we proved that for every natural number n, n(n+1)(n+2) is divisible by 6. QED.