document.write( "Question 509054: the sum of two numbers is 44. if the larger number is two less than three times the smaller number, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #341233 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
the sum of two numbers is 44. if the larger number is two less than three times the smaller number, find the numbers.
\n" ); document.write( "**
\n" ); document.write( "let x=smaller number
\n" ); document.write( "3x-2=larger number
\n" ); document.write( "x+3x-2=44
\n" ); document.write( "4x=46
\n" ); document.write( "x=11.5
\n" ); document.write( "ans:
\n" ); document.write( "smaller number=11.5
\n" ); document.write( "larger number=3x-2=34.5-2=32.5
\n" ); document.write( "
\n" );