document.write( "Question 986085: Robert has 50 coins each 5 cents and 10 cents pieces which add up to 3.50 using an equation find how much of each type of coins there are? \n" ); document.write( "
Algebra.Com's Answer #606857 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "N=number of 5 cent coins; D=number of 10 cent coins \n" ); document.write( ". \n" ); document.write( "N+D=50 \n" ); document.write( "D=50-N Use this to substitute for D. \n" ); document.write( ". \n" ); document.write( "0.05N+0.10D=3.50 Substitute for D from above. \n" ); document.write( "0.05N+0.10(50-N)=3.50 \n" ); document.write( "0.05N+5.00-0.10N=3.50 \n" ); document.write( "-0.05N=-1.50 \n" ); document.write( "N=30 ANSWER 1: There were thirty 5 cent coins. \n" ); document.write( ". \n" ); document.write( "D=50-N=50-30=20 ANSWER 2: There were twenty 10 cent coins. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "0.05N+0.10D=3.50 \n" ); document.write( "0.05(30)+0.10(20)=3.50 \n" ); document.write( "1.50+2.00=3.50 \n" ); document.write( "3.50=3.50\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |