document.write( "Question 737514: Mr. Carmona has a total of 22 nickels and dimes. The number of nickels is two more than three times the number of dimes. Find the number of nickels and dimes \n" ); document.write( "
Algebra.Com's Answer #450408 by checkley79(3341)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "N+D=22
\n" ); document.write( "N=3D+2
\n" ); document.write( "3D+2+D=22
\n" ); document.write( "4D=22-2
\n" ); document.write( "4D=20
\n" ); document.write( "D=20/4
\n" ); document.write( "D=5 NUMBER OF DIMES.
\n" ); document.write( "N=3*5+2
\n" ); document.write( "N=15+2
\n" ); document.write( "N=17 NUMBER OF NICKLES.
\n" ); document.write( "PROOF:
\n" ); document.write( "5+17=22
\n" ); document.write( "22=22
\n" ); document.write( "
\n" );