document.write( "Question 1095409: Hannah's cash box contains $160. made up of quarters($0.25), loonies($1), and toonies($2). How many quarters, loonies and toonies are in the box if the number of loonies is four more than three-sevenths the number of toonies, and the number of quarters is eight times the number of loonies and toonies together? \n" ); document.write( "
Algebra.Com's Answer #709929 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!

With the given information that the number of loonies is 4 more than 3/7 the number of toonies, I would start my algebraic solution with...
\n" ); document.write( "let 7x = number of toonies
\n" ); document.write( "then 3x+4 = number of loonies

\n" ); document.write( "Of course you could define your variables differently and work with fractions; but I prefer to make my work easier by avoiding fractions if possible.

\n" ); document.write( "With that start, we know the number of quarters is 8 times the number of loonies and toonies together:
\n" ); document.write( "8(10x+4) = 80x+32 = number of quarters

\n" ); document.write( "Now we have all the numbers in terms of a single variable. So write and solve the equation that says the total value of the coins is $160:
\n" ); document.write( "\"2%287x%29%2B1%283x%2B4%29%2B.25%2880x%2B32%29+=+160\"
\n" ); document.write( "\"14x%2B3x%2B4%2B20x%2B8+=+160\"
\n" ); document.write( "\"37x+=+148\"
\n" ); document.write( "\"x+=+4\"

\n" ); document.write( "number of toonies: 7x = 28
\n" ); document.write( "number of loonies: 3x+4 = 16
\n" ); document.write( "number of quarters: 80x+32 = 352
\n" ); document.write( "
\n" );