document.write( "Question 1158500: this is the question: “How can I have $23.50 in change consisting of dimes, quarters, halves, and dollars with one third as many halves as dimes, twice as many quarters as dimes and 7 more dollars than halves” \n" ); document.write( "
Algebra.Com's Answer #781452 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "No! DON'T use 4 variables and write and solve a system of 4 equations...!

\n" ); document.write( "Take the time to analyze the given information and try to write a single equation.

\n" ); document.write( "The first piece of information is \"one-third as many halves as dimes\". We could let our variable x be the number of dimes; but then the number of halves would be (1/3)x. Fractions always make calculations more complicated; so let's start with our variable x as the number of halves. So

\n" ); document.write( "let x = # of half dollars
\n" ); document.write( "then 3x = # of dimes [\"one third as many halves as dimes\"]
\n" ); document.write( "then 6x = # of quarters [\"twice as many quarters as dimes\"]
\n" ); document.write( "then x+7 = # of dollars [\"7 more dollars than halves\"]

\n" ); document.write( "Now we have a single equation in one variable to solve -- far less work than solving a system of 4 equations and 4 unknowns.

\n" ); document.write( "Writing the equation in cents (again to avoid the difficulty of working with decimals):
\n" ); document.write( "\"50%28x%29%2B10%283x%29%2B25%286x%29%2B100%28x%2B7%29+=+2350\"
\n" ); document.write( "\"50x%2B30x%2B150x%2B100x%2B700+=+2350\"
\n" ); document.write( "\"330x+=+1650\"
\n" ); document.write( "\"x+=+1650%2F330+=+5\"

\n" ); document.write( "ANSWER:
\n" ); document.write( "dollars: x+7 = 12
\n" ); document.write( "halves: x = 5
\n" ); document.write( "quarters: 6x = 30
\n" ); document.write( "dimes: 3x = 15

\n" ); document.write( "CHECK: \"12%28100%29%2B5%2850%29%2B30%2825%29%2B15%2810%29+=+1200%2B250%2B750%2B150+=+2350\"

\n" ); document.write( "
\n" ); document.write( "
\n" );