document.write( "Question 1122324: Mike and hassan together harvested 19 mangosteens.if Hassan has 3 less of the fruit than mike, find the number of mangosteens mike has\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #738415 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of mangosteens of Mike be x. \n" ); document.write( "Then the number of mangosteens of Hassan is (x-3). \n" ); document.write( "x+(x-3)=19 \n" ); document.write( "2x-3=19 \n" ); document.write( "2x=19+3 \n" ); document.write( "2x=22 \n" ); document.write( "x=11 \n" ); document.write( "Mike has 11 mangosteens. \n" ); document.write( " |