document.write( "Question 1191326: 1. I have one-peso coins, 5 peso coins, and 10 peso coins. The total amount that I have is P43. I have 4 times as many 1peso coins as ten peso coins. Altogether, there are 13 coins. How many of each type of coin do I have? Solve in inverse matrix. \n" ); document.write( "
Algebra.Com's Answer #823139 by ikleyn(52794)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "I have one-peso coins, 5 peso coins, and 10 peso coins. \n" ); document.write( "The total amount that I have is P43. \n" ); document.write( "I have 4 times as many 1peso coins as ten peso coins. \n" ); document.write( "Altogether, there are 13 coins. \n" ); document.write( "How many of each type of coin do I have? Solve in inverse matrix. \n" ); document.write( "~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " I will solve it in a better way: I will reduce the problem to one single equation \r \n" ); document.write( "\n" ); document.write( " in one unknown, and then will solve it.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the number of 10-peso coins.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of 1-peso coins is 4x, according to the problem,\r\n" ); document.write( "\r\n" ); document.write( "and the number of the 5-peso coins is the rest 13-x-4x = 13-5x coins.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the total money equation is\r\n" ); document.write( "\r\n" ); document.write( " 10x + 4x + 5*(13-5x) = 43.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and find x\r\n" ); document.write( "\r\n" ); document.write( " 10x + 4x - 25x + 65 = 43\r\n" ); document.write( "\r\n" ); document.write( " -11x = 43 - 65 = -22\r\n" ); document.write( "\r\n" ); document.write( " x =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |