document.write( "Question 1029510: Jason has 16 dimes and quarters. Hunter has twice as many dimes and one third as many quarters as Jason has. If they both have the same amount of money, what coins does each have? Write a system of equations to model this problem. DO NOT SOLVE. \n" ); document.write( "
Algebra.Com's Answer #808088 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
d = number of dimes Jason has
\n" ); document.write( "q = number of quarters Jason has\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d + q = 16
\n" ); document.write( "2(10d) + 1/3 * (25q) = 10d + 25q\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );