document.write( "Question 301218: the sume of two numbers is thirty. Three times the smaller number is twice the larger number. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #215978 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let one number be x\r
\n" ); document.write( "\n" ); document.write( "so other number will be 30 -x ( because their sum is 30)\r
\n" ); document.write( "\n" ); document.write( "3x = 2(30-x)\r
\n" ); document.write( "\n" ); document.write( "3x=60-2x\r
\n" ); document.write( "\n" ); document.write( "5x=60
\n" ); document.write( "x=12\r
\n" ); document.write( "\n" ); document.write( "the other number is 30 -12 = 18\r
\n" ); document.write( "\n" ); document.write( "12 and 18 are the numbers
\n" ); document.write( "
\n" );