document.write( "Question 215931: The question: The product of two negative numbers is 90. If x is one of the numbers, write their sum S as a function of x.\r
\n" );
document.write( "\n" );
document.write( " I'm not quite sure how it would be solved. The part that says \"...their sum S as a function of x\" is what confused me. Anyone who is willing to help is welcome to!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #163132 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 90=x*y y is the other negative number. \n" ); document.write( "x=90/y \n" ); document.write( "S=x+y \n" ); document.write( "S=x+90/y \n" ); document.write( "x=S-90/y ans. \n" ); document.write( " |