document.write( "Question 1173116: Jonathan counts the change in his piggy bank. He has $ 17 in 10 ¢ and 25 ¢ coins.
\n" );
document.write( "Knowing that there are 3 times more 25 ¢ coins than 10 ¢ coins,
\n" );
document.write( "how many 10 ¢ and 25 ¢ coins are in the piggy bank? \n" );
document.write( "
Algebra.Com's Answer #798261 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Faulty statement of the problem. \n" ); document.write( "It is most likely not your fault -- you probably showed the problem exactly as it was given to you. However, as shown, the problem has no solution in whole numbers, so it is flawed. \n" ); document.write( "Unfortunately, in everyday English, the phrases \"3 times more than\" and \"3 times as many as\" are sloppily used to mean the same thing, but they do not. 3 times AS MANY AS x is 3x; 3 times MORE THAN x is x, plus 3x MORE, which is x+3x = 4x. \n" ); document.write( "If we try to solve the problem as given, then.... \n" ); document.write( "x = number of 10 cent coins \n" ); document.write( "4x = number of 25 cent coins \n" ); document.write( "Total value is $17, or 1700 cents: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "That calculation does not yield a whole number value for x. \n" ); document.write( "If you correct the wording of the problem to say that there are 3 times AS MANY 25 cent coins as 10 cent coins, then the problem has a reasonable solution. \n" ); document.write( "x = number of 10 cent coins \n" ); document.write( "3x = number of 25 cent coins \n" ); document.write( " \n" ); document.write( "... \n" ); document.write( "You can finish from there. \n" ); document.write( " \n" ); document.write( " |