document.write( "Question 466563: Hello,
\n" );
document.write( "I have a question I need help answering. Your time is appreciated.
\n" );
document.write( "In Jose's coin jar there is a collection of nickels, dimes, and quarters which totals $4.05. There are twice as many quarters as nickels and 8 more dimes than nickels. How many coins of each kind are there? \n" );
document.write( "
Algebra.Com's Answer #319908 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In Jose's coin jar there is a collection of nickels, dimes, and quarters which totals $4.05. There are twice as many quarters as nickels and 8 more dimes than nickels. How many coins of each kind are there? \n" ); document.write( "... \n" ); document.write( "let x=number of nickels \n" ); document.write( "2x=number of quarters \n" ); document.write( "x+8= number of dimes \n" ); document.write( ".05x+.25(2x)+.1(x+8)=4.05 \n" ); document.write( ".05x+.5x+.1x+.8=4.05 \n" ); document.write( ".65x=3.25 \n" ); document.write( "x=3.25/.65=5 \n" ); document.write( "ans: \n" ); document.write( "number of nickels=5 \n" ); document.write( "number of quarters=10 \n" ); document.write( "number of dimes=13 \n" ); document.write( " |