document.write( "Question 852499: Three numbers are in the ratio 2:5:8 . If 10 is added to the middle number, the number form a G P. Find the numbers? Plz help me solve this problem. \n" ); document.write( "
Algebra.Com's Answer #513415 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! three numbers in ratio 2:5:8 \n" ); document.write( "let these numbers are 2x:5x:8x \n" ); document.write( "as per given conditions if 10 is added to middle number \n" ); document.write( "number forms GP(if a,b,c are GP than b^2=ac) \n" ); document.write( "2x,5x+10,8x \n" ); document.write( "(5x+10)^2=2x multiplied by 8x \n" ); document.write( "25x^2+100x+100=16x^2 \n" ); document.write( "9x^2+100x+100=0 \n" ); document.write( "9x^2+90x+10x+100=0 \n" ); document.write( "9x(x+10)+10(x+10)=0 \n" ); document.write( "(x+10)(9x+10)=0 \n" ); document.write( "x=-10 or x=-10/9 \n" ); document.write( "neglecting n second value as it can not be fractional we consider x=-10 \n" ); document.write( "numbers are 2x:5x:8x \n" ); document.write( " =-20:-50:-80 \n" ); document.write( "verification \n" ); document.write( "(-50+10)^2= -20 multiplied by -80 \n" ); document.write( "1600=1600 \n" ); document.write( "verified \n" ); document.write( " |