document.write( "Question 153456: the value in cents of q quarters \n" ); document.write( "
Algebra.Com's Answer #112967 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! See the pattern below \n" ); document.write( "In 1 quarter, there are 25 cents \n" ); document.write( "In 2 quarters, there are 2*25 cents \n" ); document.write( "In 3 quarters, there are 3*25 cents \n" ); document.write( "................................... \n" ); document.write( "In q quarters, there are q*25 cents \n" ); document.write( "Write q*25 as 25q. \n" ); document.write( " \n" ); document.write( " |