document.write( "Question 980503: If b is positive, what is the value of b in the geometric sequence 9,a,4,b? Express your answer as a common fraction.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #601630 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! the nth element of a geometric series is \n" ); document.write( "a(n) = a(0)*r^(n-1) where a(0) is the first element, r is the common ratio \n" ); document.write( "**************************************************************************** \n" ); document.write( "we are given 9,a,4,b and asked to find b \n" ); document.write( "4 = 9*r^2 \n" ); document.write( "r^2 = 4 / 9 \n" ); document.write( "r = 2 / 3 \n" ); document.write( "**************************************************************************** \n" ); document.write( "b = 9*(2/3)^3 \n" ); document.write( "b = 9*(8/27) \n" ); document.write( "b = 8/3 \n" ); document.write( " \n" ); document.write( " |