document.write( "Question 994365: a purse contains 3 times as many 20p coins as 1p coin. in total the purse contain 1.83 . how many of each coin are there? \n" ); document.write( "
Algebra.Com's Answer #807716 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = number of 20p coins \n" ); document.write( "y = number of 1p coins\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 3y \n" ); document.write( "20x + y = 183\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute the first equation into the second.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20(3y) + y = 183 \n" ); document.write( "61y = 183 \n" ); document.write( "y = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 9 20p coins and 3 1p coins. \n" ); document.write( " |