document.write( "Question 53755This question is from textbook
\n" ); document.write( ": Find a number whose product with 6 is the same as its sum with 45. \n" ); document.write( "
Algebra.Com's Answer #35986 by rchill(405)\"\" \"About 
You can put this solution on YOUR website!
\"product with 6\" means \"6x\" and \"sum with 45\" means \"x+45\". So the equation is \"6x=x%2B45\". Solving for x we get \"x=9\". Sure enough, 6*9=54, which is the same as adding 45 to 9! \n" ); document.write( "
\n" );