document.write( "Question 860354: Determine 3 distinct and positive numbers a,b,c forming a geometric sequence verifying ac=49 and 7a+6b-c=0 \n" ); document.write( "
Algebra.Com's Answer #518388 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Tn = t * r^(n - 1) \n" ); document.write( "a = t, \n" ); document.write( "b = t * r, \n" ); document.write( "c = t * r^2, \n" ); document.write( "ac=49, \n" ); document.write( "7a+6b-c=0 \n" ); document.write( "a = 1, b = 7, c = 49, r = 7, t = 1 \n" ); document.write( " |