document.write( "Question 4426: If the sum of two numbers is 30 and one of the numbers is x, write the product of the two numbers as a function of x. \n" ); document.write( "
Algebra.Com's Answer #2427 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 30: \n" ); document.write( "x+y=30 \n" ); document.write( "subtract x from both sides to rewrite this as: \n" ); document.write( "y=30-x \n" ); document.write( "The product of two numbers: \n" ); document.write( "xy \n" ); document.write( "substitute the x value for y: \n" ); document.write( "x(30-x)= \n" ); document.write( " |