document.write( "Question 987889: There are 8 more quarters than dimes in a parking meter. Three times the number of dimes is 1 less than twice the number of quarters. Find the number of dimes and quarters. \n" ); document.write( "
Algebra.Com's Answer #608604 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! There are 8 more quarters than dimes in a parking meter. Three times the number of dimes is 1 less than twice the number of quarters. Find the number of dimes and quarters.\r \n" ); document.write( "\n" ); document.write( "let x=number of dimes in the parking meter \n" ); document.write( "x+8=number of quarters in the parking meter \n" ); document.write( "3x=2(x+8)-1 \n" ); document.write( "3x=2x+16-1 \n" ); document.write( "x=15 \n" ); document.write( "x+8=23 \n" ); document.write( "=number of dimes in the parking meter=15 \n" ); document.write( "x+8=number of quarters in the parking meter=23 \n" ); document.write( " \n" ); document.write( " |