document.write( "Question 945440: the income of A and B are in the ratio of 7:5. their expenses are In the ratio of 9:8.an increase of A’s expenditure by rupees 100 and decrease of B’s expenditure by rupees 200 makes their savings rupees 400 each. Find their incomes \n" ); document.write( "
Algebra.Com's Answer #576621 by dkppathak(439)\"\" \"About 
You can put this solution on YOUR website!
the income of A and B are in the ratio of 7:5. their expenses are In the ratio of 9:8.an increase of A’s expenditure by rupees 100 and decrease of B’s expenditure by rupees 200 makes their savings rupees 400 each. Find their incomes
\n" ); document.write( "solution
\n" ); document.write( "let income is 7x and 5x respectively for A and B
\n" ); document.write( "expenditure for A and B is 9Y and 8Y
\n" ); document.write( "as per given conditions
\n" ); document.write( "new a expenditure is 9Y+100 and B is 8Y-200
\n" ); document.write( "saving for both is now 400
\n" ); document.write( "A saving=7x-(9Y+100)=400
\n" ); document.write( "B saving =5X-(8Y-200)=400
\n" ); document.write( "7x-9y-100=400 or 7x-9y=500 (1)
\n" ); document.write( "5x-8y+200=400 or 5x-8y=200 (2) by solving these equations by elimination methods Y=100 and x= 200
\n" ); document.write( "income of A=1400 and B=1000
\n" ); document.write( "
\n" );