document.write( "Question 703882: The value of a coin is 6/5 the value of another coin. Together the two coins have a value of 44 dollars. What is the value of each coin? \n" ); document.write( "
Algebra.Com's Answer #433769 by nerdybill(7384) You can put this solution on YOUR website! The value of a coin is 6/5 the value of another coin. Together the two coins have a value of 44 dollars. What is the value of each coin? \n" ); document.write( "Let x = value of one coin \n" ); document.write( "then \n" ); document.write( "(6/5)x = value of other coin \n" ); document.write( ". \n" ); document.write( "x + (6/5)x = 44 \n" ); document.write( "multiplying both sides by 5: \n" ); document.write( "5x + 6x = 220 \n" ); document.write( "11x = 220 \n" ); document.write( "x = $20 \n" ); document.write( ". \n" ); document.write( "Second coin: \n" ); document.write( "(6/5)x = (6/5)20 = (6)4 = $24 \n" ); document.write( " |