document.write( "Question 1107458: Harry has $6.10 in his pocket. He has twice as many quarters as nickels. He also has one more dime than quarters. How many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #722462 by josgarithmetic(39621)\"\" \"About 
You can put this solution on YOUR website!
q, n, d;
\n" ); document.write( "for quarters, nickels, dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28q%2Fn=2%2Cd-q=1%2C25q%2B10d%2B5n=610%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28n=q%2F2%2Cd=q%2B1%2C5q%2B2d%2Bn=122%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5q%2B2%28q%2B1%29%2Bq%2F2=122\"------one equation in only one variable\r
\n" ); document.write( "\n" ); document.write( "\"10q%2B4%28q%2B1%29%2Bq=244\"\r
\n" ); document.write( "\n" ); document.write( "\"15q%2B4=244\"\r
\n" ); document.write( "\n" ); document.write( "\"15q=240\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28q=16%29\"-----------quarters
\n" ); document.write( "-
\n" ); document.write( "\"highlight%28d=17%29\"----------dimes
\n" ); document.write( "-
\n" ); document.write( "\"highlight%28n=8%29\"----------nickels
\n" ); document.write( "
\n" );