document.write( "Question 934571: 13. What is the missing term in the geometric sequence?
\n" );
document.write( "3/4, 1/2, 1/3, [?], 4/27, 8/81 \n" );
document.write( "
Algebra.Com's Answer #567556 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! A geometric series is one in which the RATIO of sequential terms is a CONSTANT. \n" ); document.write( "To find the constant simply divide the second term of the sequence by the first term. \n" ); document.write( "Given; \n" ); document.write( "S = {3/4,1/2,1/3,?,4/27,8/81} \n" ); document.write( "The constant is \n" ); document.write( "(1) c = (1/2)/(3/4) or \n" ); document.write( "(2) c = (1/2)*(4/3) or \n" ); document.write( "(3) c = (1*4)/(2*3) or \n" ); document.write( "(4) c = 4/6 or \n" ); document.write( "(5) c = 2/3 \n" ); document.write( "Now check your sequence \n" ); document.write( "S = {3/4, (2/3*(3/4)= 1/2, (2/3)*(1/2) = 1/3, ? = (2/3)*(1/3) = 2/9, (2/3)*(2/9) = 4/27, (2/3)*(4/27) = 8/81} \n" ); document.write( "Answer: The missing (?) term is 2/9 \n" ); document.write( " |