Asked by pitch
1. Simplify 1/2! + 2/3! + 3/4! ... + 11/12!
2.let x=2^100,y^60 and z=10^30.What is the smallest number among the three?
can you check my answers?
1. 1
2. y=3^60
2.let x=2^100,y^60 and z=10^30.What is the smallest number among the three?
can you check my answers?
1. 1
2. y=3^60
Answers
Answered by
Reiny
#1
sum(1) = 1/2
sum(2) = 1/2 + 2/3!
= 1/2 + 1/3 = 5/6
sum(3) = 5/6 + 3/4! = ( (3+1)! - )/(3+1)!
= 5/6 + 1/8 = 23/24
sum(4) = 23/24 + 4/5!
= 23/24 + 1/30 = 119/120 = ((4+1)! - 1)/(4+1)!
it looks like
sum(n) = ( (n+1)! - 1)/(n+1)!
so sum(11) = (12! - 1)/12! = 479001599/479001600 which is not yet 1, but sure is close to 1
#2 is correct, did you use your calculator?
sum(1) = 1/2
sum(2) = 1/2 + 2/3!
= 1/2 + 1/3 = 5/6
sum(3) = 5/6 + 3/4! = ( (3+1)! - )/(3+1)!
= 5/6 + 1/8 = 23/24
sum(4) = 23/24 + 4/5!
= 23/24 + 1/30 = 119/120 = ((4+1)! - 1)/(4+1)!
it looks like
sum(n) = ( (n+1)! - 1)/(n+1)!
so sum(11) = (12! - 1)/12! = 479001599/479001600 which is not yet 1, but sure is close to 1
#2 is correct, did you use your calculator?
Answered by
pitch
My solution is too long. I didn't use calculator
Answered by
Reiny
for #2, I suggest taking logs
x = 2^100
logx = 100log2 = 30.102..
y = 3^60
logy = 60log3 = 28.627..
z = 10^30
logz = 30log10 = 30
thus logy < logz < logx
then y < z < x ----> y is the smallest
x = 2^100
logx = 100log2 = 30.102..
y = 3^60
logy = 60log3 = 28.627..
z = 10^30
logz = 30log10 = 30
thus logy < logz < logx
then y < z < x ----> y is the smallest
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.