document.write( "Question 1189232: The number of 5p coins in a money box is 2 less than three times the number of 10p coins. If the total value of the coins is £4.40, how many 5p coins are there in the box? \n" ); document.write( "
Algebra.Com's Answer #820539 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Informally.... \n" ); document.write( "(You can get some good mental exercise by solving a problem like this using logical reasoning and mental arithmetic) \n" ); document.write( "(1) Add two more 5p coins, to make the number of 5p coins exactly 3 times the number of 10p coins, and making the total value £4.50 = 450p \n" ); document.write( "(2) Group the coins in groups of one 10p coin and three 5p coins, with a total value of 25p for each group \n" ); document.write( "(3) The number of those groups needed to make 450p is 450/25 = 18 \n" ); document.write( "(4) The number of 10p coins is 18; the number of 5p coins is 3(18) = 54 \n" ); document.write( "(5) Take away the \"extra\" two 5p coins, leaving 52 \n" ); document.write( "ANSWER: 52 5p coins \n" ); document.write( "CHECK: 52(5)+18(10)=260+180=440 \n" ); document.write( "Using formal algebra.... \n" ); document.write( "let x = # of 10p coins \n" ); document.write( "then 3x-2 = # of 5p coins \n" ); document.write( "The total value is 440p: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: 3x-2 = 54-2 = 52 \n" ); document.write( " \n" ); document.write( " |