document.write( "Question 482220: Jason has 50 coins, all in 5 and 1 peso coins, amounting to Php 130.00. How many 5 peso coin does he have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #810280 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Algebraically.... \n" ); document.write( "x+y=50 the number of coins is 50 \n" ); document.write( "5x+1y=130 the value of the coins is 130 pesos \n" ); document.write( "The difference between the two equations is 4x=80, leading to x=20; that makes y=50-20=30 \n" ); document.write( "ANSWER: 20 5-peso coins and 30 1-peso coins \n" ); document.write( "CHECK: 20(5)+30(1)=100+30=130 \n" ); document.write( "Informally (if an algebraic solution is not required, and if the speed of getting the answer is important).... \n" ); document.write( "(1) imagine starting with all 50 coins being 1-peso coins; that would make the total 50 pesos, which is 80 pesos short of the actual total. \n" ); document.write( "(2) exchanging a 1-peso coin for a 5-peso coin keeps the total number of coins the same but increases the total value by 5-1=4 pesos. \n" ); document.write( "(3) 80/4 means there have to be 20 5-peso coins; and that means 30 1-peso coins \n" ); document.write( "The words of explanation make this informal solution longer than the formal algebraic solution. But without all the words, here are the complete calculations for this method: \n" ); document.write( "50(1)=50 \n" ); document.write( "130-50=80 \n" ); document.write( "80/4=20 \n" ); document.write( "50-20=30 \n" ); document.write( " \n" ); document.write( " |