5 + 4 × 5 + 4 × 5 2 + 4 × 5 3 + 4 × 5 4 = ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
That's a nice way of looking at it.
I was thinking of number bases when I created this problem, and how 4 4 4 4 4 5 + 1 5 = 1 0 0 0 0 5 .
5+4x5 + 4x5^2 + 4x5^3+4x5^4 = 5+20(1+5+25+125) =5+20(156) =5+624(5) =625(5) =(5^4)5 =5^5
This took me longer than "immediately" but it worked.
Factor out the 5.
5(1+4+4 * 5+4 * 5^2+4 * 5^3)
Add the 1 and 4, then factor again and again until you get 5^5.
Oh, that's another way to obtain the "base adding", by showing the addition step in each digit.
Log in to reply
Cool! Would you mind explaining how this connects to the base solution?
i used this way too
5 + 4*( (5^5-1)/(5-1) - 1 ) = 5^5
Since r^0 + r^1 + r^2 + ... + r^n = (r^(n+1))/(r-1)
I did this way.
5 +(4 \times 5)+(4 \times 5^2)+(4 \times 5^3)+(4 \times 5^4)
=5 + [(4 \times 5)(1+5+5^2+5^3)]
Now using sum of a GP
=5 + [(4 \times 5) \frac {5^4 -1}{5-1} ]
=5 + [(4 \times 5) \frac {5^4 -1}{4} ]
=5 + [ 5 \times (5^4 -1)]
=5 + (5^5) - 5
=<\boxed{5^5}>
I did some mistake I think in using the latex could somebody help please. I am unable to use latex properly.
Problem Loading...
Note Loading...
Set Loading...
My way to solve this problem! Right???