document.write( "Question 549560: Can You Please Solve This Question:
\n" );
document.write( "find three consecutive terms of an a.p whoose sum is 30 and product is 960
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #357882 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Can You Please Solve This Question: \n" ); document.write( "find three consecutive terms of an a.p whoose sum is 30 and product is 960 \n" ); document.write( "----------- \n" ); document.write( "(x-n) + x + (x+n) = 30 \n" ); document.write( "3x = 30 \n" ); document.write( "x = 10 \n" ); document.write( "----------- \n" ); document.write( "(x-n)*x*(x+n) = 960 \n" ); document.write( "(10-n)*10*(10+n) = 960 \n" ); document.write( "(10-n)*(10+n) = 96 \n" ); document.write( "100 - n^2 = 96 \n" ); document.write( "n = 2 \n" ); document.write( "--> 8, 10 & 12 \n" ); document.write( " \n" ); document.write( " |