document.write( "Question 1062101: Four-fifth of a number is 10 more then the two third of number.find the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #676886 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number is x \n" ); document.write( "4x/5-10=2x/3 \n" ); document.write( "multiply everything by 15 \n" ); document.write( "12x-150=10x \n" ); document.write( "2x=150 \n" ); document.write( "x=75 ANSWER \n" ); document.write( "check \n" ); document.write( "4/5 of 75 is 60 \n" ); document.write( "60 is 10 more than 2/3 of 75, which is 50. \n" ); document.write( " |