document.write( "Question 1061610: A vending​ machine's coin box contains​ nickels, dimes, and quarters. The total number of coins in the box is 296. The number of dimes is three times the number of nickels and quarters together. If the box contains 29 dollars and 30​cents, find the number of​ nickels, dimes and quarters that it contains. \n" ); document.write( "
Algebra.Com's Answer #676425 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
VARIABLES FOR HOW MANY OF EACH COIN
\n" ); document.write( "
\r\n" );
document.write( "n    nickels\r\n" );
document.write( "d    dimes\r\n" );
document.write( "q    quarters\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ACCOUNT FOR TOTAL COINS
\n" ); document.write( "\"n%2Bd%2Bq=296\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ACCOUNT FOR TOTAL MONEY
\n" ); document.write( "\"0.05n%2B0.1d%2B0.25q=29.30\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "FORM ANY OTHER DESCRIBED RELATIONSHIPS OF THE VARIABLES
\n" ); document.write( "The problem description describes one more equation.
\n" ); document.write( "The number of dimes is three times the number of nickels and quarters together.
\n" ); document.write( "What is the equation for that?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "WRITE AND SOLVE THE SYSTEM
\n" ); document.write( "Can you do this?
\n" ); document.write( "Can you solve for the three variables?\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--
\n" ); document.write( "Answer should be this solution:
\n" ); document.write( "\"system%28n=57%2Cd=222%2Cq=17%29\"
\n" ); document.write( "
\n" );