document.write( "Question 1127683: Sandra has a total of one hundred fifty-one pennies, nickels and quarters. She has a total of $10.15. She has one more quarter than nickels and three times as many pennies as nickels. How many of each coin does she have?\r
\n" );
document.write( "\n" );
document.write( "amchaconz@allumni.stanford.edu \n" );
document.write( "
Algebra.Com's Answer #744139 by ikleyn(52798)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Sandra has a total of one hundred fifty-one pennies, nickels and quarters. She has a total of $10.15. \n" ); document.write( "She has one more quarter than nickels and three times as many pennies as nickels. How many of each coin does she have?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "amchaconz@allumni.stanford.edu \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " It is clear, from the first glance, that the problem is over-defined: it contains more data than it is required for the solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " So, let be careful and will see what will happen in the course of the solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \r\n" ); document.write( "Let N be the number of nickels.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the number of quarters is (N+1) and the number of pennies is 3N.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Your \"coin\" equation is \r\n" ); document.write( "\r\n" ); document.write( " N + (N+1) + 3N = 151.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 5N + 1 = 151\r\n" ); document.write( "\r\n" ); document.write( " 5N = 151-1 = 150 ====> N = 150/5 = 30.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So far, we got 30 nickels, 31 quarter and 3*30 = 90 pennies.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "CHECK. 30*5 + 31*25 + 90 = 10.15 cents. ! Correct !\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The input data is consistent; the solution is correct.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Answer. 30 nickels, 31 quarter and 90 pennies.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |