document.write( "Question 1100355: Sam has $3.15 in quarters nickels and dimes he has half as many quarters as he has dimes and nickels together he also has two more nickels than dimes how many of each coin are there \n" ); document.write( "
Algebra.Com's Answer #846473 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "He has two more nickels than dimes: \n" ); document.write( "let x = # of dimes \n" ); document.write( "then x+2 = # of nickels \n" ); document.write( "He has half as many quarters as nickels and dimes together: \n" ); document.write( "# of nickels and dimes together = x + (x+2) = 2x+2 \n" ); document.write( "# of quarters = (1/2)(2x+2) = x+1 \n" ); document.write( "The total value of the coins is $3.15, or 315 cents: \n" ); document.write( "10(x)+5(x+2)+25(x+1)=315 \n" ); document.write( "10x+5x+10+25x+25=315 \n" ); document.write( "40x=280 \n" ); document.write( "x=280/40=7 \n" ); document.write( "ANSWERS: \n" ); document.write( "nickels: x+2 = 9 \n" ); document.write( "dimes: x = 7 \n" ); document.write( "quarters: +1 = 8 \n" ); document.write( "CHECK: 9(5)+7(10)+8(25) = 45+70+200 = 315 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |