document.write( "Question 1089633: Jane has nickels and quarters worth $3.05. She has 7 more nickels than quarters. Find the number of each type of coin. \n" ); document.write( "
Algebra.Com's Answer #703983 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
q = n-7
\n" ); document.write( "0.25q+0.10n = 3.05
\n" ); document.write( "0.25(n-7)+0.10n = 3.05
\n" ); document.write( "Check your numbers, I think your $3.05 should be $3.15.
\n" ); document.write( "
\n" ); document.write( "
\n" );