document.write( "Question 840831: Translate into an equation. (Use x to represent the smaller number.)
\n" );
document.write( "The sum of two numbers is fifteen. Three times the smaller is equal to two times the larger. \n" );
document.write( "
Algebra.Com's Answer #506486 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! let x be smaller number and y be larger number then, \n" ); document.write( "3x = 2y \n" ); document.write( "x =2y/3 \n" ); document.write( "x+ y = 15 \n" ); document.write( "2y/3 + y = 15 \n" ); document.write( "5y/3 = 15 \n" ); document.write( "y =9\r \n" ); document.write( "\n" ); document.write( "x = 2*9/3 \n" ); document.write( "x = 6 \n" ); document.write( " |