document.write( "Question 490974: Using q for the variable, write an equation that describes the given situation then solve the equation. The value of q quarters and q-1 nickels is $3.25. \n" ); document.write( "
Algebra.Com's Answer #334483 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Using q for the variable, write an equation that describes the given situation then solve the equation. The value of q quarters and q-1 nickels is $3.25. \n" ); document.write( ": \n" ); document.write( ".25q + .05(q-1) = 3.25 \n" ); document.write( ".25q + .05q - .05 = 3.25 \n" ); document.write( ".30q = 3.25 + .05 \n" ); document.write( ".30q = 3.30 \n" ); document.write( "q = \n" ); document.write( "q = 11 quarters \n" ); document.write( "then obviously \n" ); document.write( "11- 1 = 10 nickels \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check that; \n" ); document.write( " .25(11) + .05(10) = \n" ); document.write( " 2.75 + .50 = 3.25 \n" ); document.write( " \n" ); document.write( " |