document.write( "Question 1102449: A number is as much greater than 12 as it is less than 38. find the numbers \n" ); document.write( "
Algebra.Com's Answer #717304 by abhayp(1)\"\" \"About 
You can put this solution on YOUR website!
let be the number = x
\n" ); document.write( "x-12=38-x
\n" ); document.write( "x-x=38+12
\n" ); document.write( "2x=50
\n" ); document.write( "x=25
\n" ); document.write( "
\n" );