document.write( "Question 697510: I have $1 coin, $5 coin and a 25c. $1 coin is 3 more than thrice the number of $5 coin. If I have a total of 24 coins, how many $5 do I have if the total money I have is $36.25?\r
\n" ); document.write( "\n" ); document.write( "In my calculation the answer is 5. There are 5 $5 coins.
\n" ); document.write( "If that is true, my collection of coins doesn't sum up to $36.25.\r
\n" ); document.write( "\n" ); document.write( "So what's the correct answer?
\n" ); document.write( "

Algebra.Com's Answer #430087 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let a = the number of 25c coins
\n" ); document.write( "Let b = the number of $1 coins
\n" ); document.write( "Let c = the number of $5 coins
\n" ); document.write( "Given: b = 3c + 3 [3 more than thrice the number of $5 coins]
\n" ); document.write( "The total number of coins is 24 -> a + b + c = 24
\n" ); document.write( "And the total amount is 36.25 -> 0.25a + b + 5c = 36.25
\n" ); document.write( "Substitute the value for b in the last two equations:
\n" ); document.write( "a + (3c+3) + c = 24
\n" ); document.write( "0.25a + (3c+3) + 5c = 36.25
\n" ); document.write( "Collect terms:
\n" ); document.write( "a + 4c = 21
\n" ); document.write( "0.25a + 8c = 33.25
\n" ); document.write( "We have two equations and two unknowns
\n" ); document.write( "Use whatever method you choose to solve for c
\n" ); document.write( "Ans: c = 4
\n" ); document.write( "
\n" );