Deanna L. answered 04/14/14
Tutor
5.0
(222)
Electrical engineering major and music lover with MIT degree
Sarah,
The first part is a Fibonacci sequence where:
1=(1*2)/2
1+2=(2*3)/2
1+2+3=(3*4)/2
That means to get 400 we need:
n(n+1)/2=400
n(n+1)=200
Now we can guess approximately what n is.
Ex. n=11: 11*12/2=66
n=20: 20*21/2=210
n=30: 30*31/2=465. Too much.l
n=26: 26*27/2=365. too few.
n=28: 28*29/2=406. Almost there!
n=27: 27*28/2=378. too few.
So you need 28 rows.
To write a sum in decreasing order you express it as 30-5k from k=0 to 5.
To simplify things with radicals of 2, you need to multiply through with radicals of 2. So in this case you would multiply each term with radical of 2, making it:
(25*2/2)(2+25*2)=25(52)
Hope that helps,
Deanna