document.write( "Question 385826: Find the next 3 numbers in the following pattern: 2/3, 2/5, 6/25, 18/125,... \n" ); document.write( "
Algebra.Com's Answer #272884 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the next 3 numbers in the following pattern: \n" ); document.write( "2/3, 2/5, 6/25, 18/125,... \n" ); document.write( "--------------------- \n" ); document.write( "Find the pattern: \n" ); document.write( "The numerators are multiplied by 3 \n" ); document.write( "The denominators are multiplied by 5 \n" ); document.write( "--- \n" ); document.write( "5th term: (3/5)(18/125) \n" ); document.write( "--- \n" ); document.write( "6th term: (3/5)^2(18/125) \n" ); document.write( "---- \n" ); document.write( "7th term: (3/5)^3(18/125) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |