document.write( "Question 994601: A collection of nickels, dimes, and quarters consist of 10 coins with a total of $1.10. If the number of dimes is equal to the number of nickels, find the number of each type of coins. Please help solve with steps, thanks. :) \n" ); document.write( "
Algebra.Com's Answer #613638 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A collection of nickels, dimes, and quarters consist of 10 coins with a total of $1.10. If the number of dimes is equal to the number of nickels, find the number of each type of coins. Please help solve with steps, thanks. :)\r \n" ); document.write( "\n" ); document.write( "let x=number of dimes and nickels \n" ); document.write( "10-2x=number of quarters \n" ); document.write( ".05x+.10x+.25(10-2x)=1.10 \n" ); document.write( ".05x+.10x+2.5-.5x=1.10 \n" ); document.write( ".35x=1.40 \n" ); document.write( "x=4 \n" ); document.write( "10-2x=10-8=2 \n" ); document.write( "number of dimes and nickels=4 \n" ); document.write( "10-2x=number of quarters=2 \n" ); document.write( " |