document.write( "Question 1194190: A jar is filled with $1 and $2 in the ratio 5 to 4. There are 30 $1 coins in the jar. How many coins are there in total? \n" ); document.write( "
Algebra.Com's Answer #826331 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given the ratio 5:4, you can set up a proportion \n" ); document.write( " \n" ); document.write( "to find the number of $2 coins. \n" ); document.write( "If you solve that by the standard method seen in most textbooks, you would \"cross multiply\" to get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "A less formal and much easier way to solve the proportion is simply to see that 30 is 6 times 5, so the number of $2 coins is 6 times 4, which is 24. \n" ); document.write( "Finally, you could use formal algebra, starting with the given ratio 5:4 \n" ); document.write( "5x = # of $1 coins \n" ); document.write( "4x = # of $2 coins \n" ); document.write( "5x=30 \n" ); document.write( "x = 30/5 =6 \n" ); document.write( "4x = 4(6) = 24 \n" ); document.write( " \n" ); document.write( " |