document.write( "Question 972561: Max has $2.15 in dimes and quarters. The number of dimes is 2 more than 4 times the number of quarters. How many quarters does Max have? \n" ); document.write( "
Algebra.Com's Answer #594861 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Max has $2.15 in dimes and quarters. The number of dimes is 2 more than 4 times the number of quarters. How many quarters does Max have? \n" ); document.write( "*** \n" ); document.write( "let x=number of quarters \n" ); document.write( "4x+2=number of dimes (number of dimes is 2 more than 4 times the number of quarters.) \n" ); document.write( ".. \n" ); document.write( ".25x+.10(4x+2)=2.15 \n" ); document.write( ".25x+.40x+.20=2.15 \n" ); document.write( ".65x=1.95 \n" ); document.write( "x=3 \n" ); document.write( "How many quarters does Max have? 3 \n" ); document.write( " |