document.write( "Question 750060: The average of two numbers is 62. If 2 is added to the smaller number, the ratio between
\n" );
document.write( "the numbers become 1:2. The smaller number is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #456375 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the smaller number is x \n" ); document.write( "The average of two numbers is 62 \n" ); document.write( "so the bigger no is 2*62-x=124-x \n" ); document.write( "2 is added to the smaller number, the ratio between the numbers become 1:2 \n" ); document.write( "x+2:124-x=1:2 \n" ); document.write( "or 2(x+2)=124-x \n" ); document.write( "or 2x+4=124-x \n" ); document.write( "or 3x=120 \n" ); document.write( "or x=40 \n" ); document.write( " |