document.write( "Question 680949: Lydia has $4.25 in nickels and quarters. If she has five more quarters than nickles, ho many of each coin does have? \n" ); document.write( "
Algebra.Com's Answer #422516 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let n be the number of nickles and q be the number of quarters
\n" ); document.write( "You are told
\n" ); document.write( "\"q+=+n+%2B+5\"
\n" ); document.write( "\"25q+%2B+5n+=+425\"
\n" ); document.write( "So
\n" ); document.write( "\"25%28n%2B5%29+%2B+5n+=+425\"
\n" ); document.write( "\"25n+%2B+125+%2B+5n+=+425\"
\n" ); document.write( "\"30n+=+300\"
\n" ); document.write( "\"n+=+10\"
\n" ); document.write( "If n = 10, the q = 10+5 = 15\r
\n" ); document.write( "\n" ); document.write( "Do 15 quarters and 10 nickels total 4.25??
\n" ); document.write( "
\n" );