document.write( "Question 1053272: How do you write an equation for this problem. Jung has a total of 92 coins in his coin collection. This is 8 more than three times the number of quarters in the collection. How many quarters does Jung have in his collection? \n" ); document.write( "
Algebra.Com's Answer #668533 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let 92 = total number of coins. \n" ); document.write( "let q = total number of quarters. \n" ); document.write( "you are given that 92 = 3 * q + 8 \n" ); document.write( "subtract 8 from this equation to get 84 = 3 * q. \n" ); document.write( "divide both sides of this equation by 3 to get q = 28. \n" ); document.write( "8 more than 3 * 28 is equal to 92.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |