A geometric sequence is a sequence in which a common factor multiplies each term to get to the next.
\n" );
document.write( "9x = y
\n" );
document.write( "yx = 4
\n" );
document.write( "Solve the two equations for x and y.
\n" );
document.write( "Substitute 9x for y in the second equation.
\n" );
document.write( "9x*x = 4
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "x = + or -
= + or - 2/3.\n" );
document.write( "\n" );
document.write( "Either one works. I'll show -2/3. You can try 2/3 on your own.
\n" );
document.write( "9 * -2/3 = 18/3 = -6
\n" );
document.write( "-6 * -2/3 = 12/3 = 4
\n" );
document.write( "4 * -2/3 = -8/3
\n" );
document.write( "Possible sequence: 9, -6, 4, -8/3
\n" );
document.write( "
\n" );
document.write( "