document.write( "Question 954393: Little Melinda has nickels and quarters in her bank. She has four fewer nickels than quarters. She has $3.70 in the bank. How many coins of each type does she have? \n" ); document.write( "
Algebra.Com's Answer #582888 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
Q=quarters; N=nickels=Q-4
\n" ); document.write( "$0.25Q+$0.05N=$3.70 Substitute for N.
\n" ); document.write( "$0.25Q+$0.05(Q-4)=$3.70
\n" ); document.write( "$0.25Q+$0.05Q-$0.20=$3.70 Add $0.20 to each side.
\n" ); document.write( "$0.30Q=$3.90 Divide each side by $0.30
\n" ); document.write( "Q=13 ANSWER 1: There were 13 quarters.
\n" ); document.write( "N=Q-4=13-4=9 ANSWER 2: There were 9 nickels.
\n" ); document.write( "CHECK:
\n" ); document.write( "$0.25Q+$0.05N=$3.70
\n" ); document.write( "$0.25(13)+$0.05(9)=$3.70
\n" ); document.write( "$3.25+$0.45=$3.70
\n" ); document.write( "$3.70=$3.70
\n" ); document.write( "
\n" );