document.write( "Question 118360: The sum of a number and three times another number is 18. Find the numbers if their product is a maximum. Please Help :) \n" ); document.write( "
Algebra.Com's Answer #86477 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=number, y=\"other number\" ___ x+3y=18 ___ x=18-3y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "product=x*y ___ p=(18-3y)y ___ p=18y-3y^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "maximum is on the axis of symmetry ___ y=-b/2a ___ y=-18/(2(-3)) ___ y=3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+3(3)=18 ___ x=9 \n" ); document.write( " |