document.write( "Question 1003182: The sum of two positive numbers is 75. Find a function that models their product P in terms of x, one of the numbers. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #619961 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If we call one of them x, then the other is 75-x. \n" ); document.write( "Their product, P(x), would be \n" ); document.write( "P(x) = x(75 - x) \n" ); document.write( " |