Posted by Gemini on Monday, October 19, 2009 at 2:10pm.
Remember Pascal's triangle?
1
11
121 n=2
1331
14641 n=4
1,5,10,10,5,1
1,6,15,20,15,6,1 n=6
your coefficents are 1,30,375
a*something=30
a^2*next coefficent=375
So, your a=6, then n=6 (last row) and verify by a^2*15=375 yes, you are correct.
Or
The first 3 terms of (1 + ax)^n
= 1 + n(ax) + n(n-1)/2(a^2x^2) + ...
so nax = 30x
na = 30
a = 30/n
and
n(n-1)/2(a^2x^2) = 375x^2
n(n-1)(900/n^2) = 750
900(n-1) - 750n
n = 5
then a = 30/5 = 6
Related Questions
Math/Calculus - How would I evaluate the following integral by using integration...
math - When f(x)=2x^3+ax^2+bx+c is divided by (x^2-1) the remainder is x+1. If...
Math - When f(x)=2x^3+ax^2+bx+c is divided by (x^2-1) the remainder is x+1. If (...
Calculus II - What is sin(i) -- (sin of the imaginary number, i) What is cos(i...
Maths - Transform the following relationships/funtions into linear form and ...
Maths: Intergration - The curve with equation y = ax^2 + bx + c passes through ...
math - Given f(x)=2-3x and g(x)=hx+k where h and k are constants.If gf(-1)=6 and...
math-functions - Given g(x)=px+q where p and q are constants.If g^2(x)=16x+15 ...
Calculus - Functions? - #1. A cubic polynomial function f is defined by f(x) = ...
Algebra2/trig - Hi, I can't figure out what I'm supposed to do on this ...
For Further Reading