document.write( "Question 515375: one number is 6 less than another. Three times the smaller number is 2 more than the larger. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #343941 by bipinjha(3)\"\" \"About 
You can put this solution on YOUR website!
let the greater number be x
\n" ); document.write( "so, smaller num is x-6
\n" ); document.write( "again from question
\n" ); document.write( "3(x-6)=2
\n" ); document.write( "or, x-6=2/3
\n" ); document.write( "or, x=2/3+6
\n" ); document.write( "so smaller num is 2/3
\n" ); document.write( "and greater num is 20/3
\n" ); document.write( "
\n" );