document.write( "Question 777955: the sum of two numbers .one of which is 2/3 times the other is 50 .find the other \n" ); document.write( "
Algebra.Com's Answer #474342 by sofiyac(983) You can put this solution on YOUR website! one number is x the other one is 2x/3 their sum is 50 \n" ); document.write( "x+2x/3=50 \n" ); document.write( "3x/3+2x/3=50 \n" ); document.write( "5x/3=50 multiply each side by 3/5 \n" ); document.write( "x=50(3/5) reduce 50 and 5 by 5 \n" ); document.write( "x=10(3) \n" ); document.write( "x=30 \n" ); document.write( "so one number is 30 then the other one is 30(2/3)=10*2=20 \n" ); document.write( "check: 30+20=50 \n" ); document.write( " |