document.write( "Question 1095962: The weekly wages of Sam and Ben are in the ratio of 2:1. their living costs are in the ratio of 9:4. if each saves $100 per week, find their weekly income. \n" ); document.write( "
Algebra.Com's Answer #711450 by amalm06(224) You can put this solution on YOUR website! Let W1=Sam's Income, W2=Ben's Income \n" ); document.write( "Let L1=Sam's Living Cost, L2=Ben's Living Cost\r \n" ); document.write( "\n" ); document.write( "W1/W2=2/1 ---> W1=2W2 \n" ); document.write( "L1/L2=9/4 ---> L1=(9/4)L2\r \n" ); document.write( "\n" ); document.write( "W1-L1=100 ---> W1=L1+100 \n" ); document.write( "W2-L2=100 ---> W2=L2+100\r \n" ); document.write( "\n" ); document.write( "(L1+100)/(L2+100)=2/1\r \n" ); document.write( "\n" ); document.write( "L1+100=2L2+200\r \n" ); document.write( "\n" ); document.write( "(9/4)L2+100=2L2+200\r \n" ); document.write( "\n" ); document.write( "100=(1/4)L2\r \n" ); document.write( "\n" ); document.write( "L2=400\r \n" ); document.write( "\n" ); document.write( "So W2=500\r \n" ); document.write( "\n" ); document.write( "Therefore, Sam's income is $1000, Ben's income is $500\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |