document.write( "Question 993564: Danny and Mary want to go to a concert next weekend. the tickets will cost $70. After Mary gives Danny all the money she has in her wallet. Danny must come up with $5 less than twice Mary's contribution to pay for the tickets. How much will each contribute for the tickets? \n" ); document.write( "
Algebra.Com's Answer #612798 by addingup(3677) You can put this solution on YOUR website! Mary gave her money to Danny. We'll call her money x \n" ); document.write( "Danny must come up with $5 less than 2x, this is, 2x-5. Finally: \n" ); document.write( "x+2x-5= 70 add 5 on both sides \n" ); document.write( "x+2x= 75 Add x on left \n" ); document.write( "3x= 75 Divide both sides by 3 \n" ); document.write( "x= 25 This is how much money Mary gave Danny. So, Danny must come up with: \n" ); document.write( "25*2-5= 50-5= 45 This is the amount Danny must come up with. Let's see if it's true: \n" ); document.write( "25 Mary + 45 Danny = 25+45= 70 We've got the right answer. \n" ); document.write( " |