document.write( "Question 1099174: Tom, Harry, and George want to pool their money to buy a pizza, but all they have are coins. Tom has saved dimes, George has saved quarters, and Harry has saved on nickels. Tom has 8 more coins than George has, and Harry has two more than twice the number of coins that George has. If they have exactly enough to purchase the pizza, which costs $11.70, how many quarters, dimes, and nickels do they have? \n" ); document.write( "
Algebra.Com's Answer #713608 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let g be the number of quarters that George has. Then Tom has g+8 dimes, and Harry has 2g+2 nickels. Then
\n" ); document.write( "25g+10(g+8)+5(2g+2)=1170
\n" ); document.write( "25g+10g+80+10g+10=1170
\n" ); document.write( "45g=1080
\n" ); document.write( "g=24 quarters
\n" ); document.write( "g+8=32 dimes
\n" ); document.write( "2g+2=50 nickels
\n" ); document.write( "☺☺☺☺
\n" ); document.write( "
\n" );