document.write( "Question 1039940: what is the first term ,when the second term is 3/4 and the fourth term is 3 of geometric sequence \n" ); document.write( "
Algebra.Com's Answer #654701 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! y=the value of the first term \n" ); document.write( "x=the common ratio between each number \n" ); document.write( "yx=3/4 \n" ); document.write( "y=.75/x \n" ); document.write( "yx^3=3 \n" ); document.write( ".75x^2=3 \n" ); document.write( "3x^2=12 \n" ); document.write( "x^2=4 \n" ); document.write( "x=2 \n" ); document.write( "2y=3/4 \n" ); document.write( "8y=3 \n" ); document.write( "y=3/8 \n" ); document.write( "The value of the first term is 3/8 \n" ); document.write( " |