document.write( "Question 716037: Find the ages of A and B from this information: 6 times A's age is 100 more than 5 times B's age, and 9 times A's age is 170 more than 7 time's B's age. \n" ); document.write( "
| Algebra.Com's Answer #439704 by lwsshak3(11628)      You can put this solution on YOUR website! Find the ages of A and B from this information: 6 times A's age is 100 more than 5 times B's age, and 9 times A's age is 170 more than 7 time's B's age. \n" ); document.write( "** \n" ); document.write( "let A=A's age \n" ); document.write( "let B=B's age \n" ); document.write( ".. \n" ); document.write( "6A=100+5B \n" ); document.write( "9A=170+7B \n" ); document.write( ".. \n" ); document.write( "42A=700+35B \n" ); document.write( "45A=850+35B \n" ); document.write( "subtract: \n" ); document.write( "3A=150 \n" ); document.write( "A=50 \n" ); document.write( ".. \n" ); document.write( "5B=6A-100 \n" ); document.write( "5B=300-100 \n" ); document.write( "5B=200 \n" ); document.write( "B=40 \n" ); document.write( ".. \n" ); document.write( "A's age=50 \n" ); document.write( "B's age=40 \n" ); document.write( " |