document.write( "Question 759668: In a money box of 5c and 10c pieces there are 71 coins. Their total is $560. Find the number of each coin.\r
\n" ); document.write( "\n" ); document.write( "Im doing simultaneous equations which is where they give you 2 equations that have to be true at the same time like this:\r
\n" ); document.write( "\n" ); document.write( "4x + y = 9 and x - y =1
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #462150 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
let x be the number of 5c coins, then 71-x is the number of 10c coins, and
\n" ); document.write( "5x + 10*(71-x) = 560
\n" ); document.write( "5x + 710 - 10x = 560
\n" ); document.write( "-5x = -150
\n" ); document.write( "x = 30\r
\n" ); document.write( "\n" ); document.write( "this means that there are 30 5c pieces and 41 10c pieces
\n" ); document.write( "
\n" ); document.write( "
\n" );