document.write( "Question 494354: find a number whose product with 9 is the same as its sum with 65
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #335624 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let number = x\r \n" ); document.write( "\n" ); document.write( "Product with 9 = 9x \n" ); document.write( "Sum with 65 = x+65\r \n" ); document.write( "\n" ); document.write( "According to the condition \n" ); document.write( "9x=x+65 \n" ); document.write( "9x-x=65 \n" ); document.write( "8x=65 \n" ); document.write( "x=65/8 \n" ); document.write( "x=8 1/8 or 8.125 \n" ); document.write( " |