document.write( "Question 849779: a purse contains $6.35 in quarters and nickles. The number of quarters is one less than 2 times the number of nickles. Find the number of each coin in the purse. \n" ); document.write( "
Algebra.Com's Answer #512290 by hamsanash1981@gmail.com(151)\"\" \"About 
You can put this solution on YOUR website!
Let the number of nickels be x, then quarters is 2x-1.
\n" ); document.write( "Total Nickels = .05x and total quarters is .25(2x-1) = .5x -.25
\n" ); document.write( ".05x+0.5x-0.25 = 6.35
\n" ); document.write( ".55x = 6.35+.25\r
\n" ); document.write( "\n" ); document.write( " .55x = 6.6
\n" ); document.write( "x = 6.6/0.55
\n" ); document.write( "x = 660/55
\n" ); document.write( "x = 60/5
\n" ); document.write( "x = 12
\n" ); document.write( "quarters = 23 and nickels = 12
\n" ); document.write( "
\n" );