document.write( "Question 659652: there are 39 coins in a box. the number of dimes is 3 less than twice the number of nickles. how many of each type are there? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #410859 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = nickles \n" ); document.write( "y = dimes\r \n" ); document.write( "\n" ); document.write( "x + y = 39 \n" ); document.write( "y = 2x - 3\r \n" ); document.write( "\n" ); document.write( "Substitute the second equation into the first. \n" ); document.write( "x + 2x - 3 = 39 \n" ); document.write( "Combine like terms \n" ); document.write( "3x - 3 + 3 = 39 + 3 \n" ); document.write( "3x = 42 \n" ); document.write( "3x/3 = 42/3 \n" ); document.write( "x = 14 nickles\r \n" ); document.write( "\n" ); document.write( "Plug x into the second equation to solve for y \n" ); document.write( "y = 2(14) - 3 \n" ); document.write( "y = 28 - 3 \n" ); document.write( "y = 25 dimes \n" ); document.write( " |