document.write( "Question 420252: The sum of a number and eight is equal to half the product of that number and twelve. Find the number. \n" ); document.write( "
Algebra.Com's Answer #293710 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let number be x\r
\n" ); document.write( "\n" ); document.write( "x+8=1/2 *x*12
\n" ); document.write( "x+8=6x
\n" ); document.write( "5x=8
\n" ); document.write( "x=8/5
\n" ); document.write( "
\n" );