document.write( "Question 884985: 1)the product of two numbers is 320.express the sum of the numbers as a function of the smaller number.
\n" );
document.write( "2)the sum of two numbers is 22.express the product of the numbers as a function of the smalker number.
\n" );
document.write( "3)a landscaper wishes to make a rectangular flower garden that is twiceas long as it is wide.express the area of the garden as a function of its width. \n" );
document.write( "
Algebra.Com's Answer #534917 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! 1)the product of two numbers is 320.express the sum of the numbers as a function of the smaller number. \n" ); document.write( "a = the smaller number \n" ); document.write( "ab = 320 \n" ); document.write( "b = 320/a \n" ); document.write( "a + b = a + \n" ); document.write( ": \n" ); document.write( "2)the sum of two numbers is 22.express the product of the numbers as a function of the smaller number. \n" ); document.write( "a + b = 22 \n" ); document.write( "b = (22-a) \n" ); document.write( "ab = a(22-a) \n" ); document.write( ": \n" ); document.write( "3)a landscaper wishes to make a rectangular flower garden that is twice as long as it is wide. express the area of the garden as a function of its width. \n" ); document.write( "L = 2w \n" ); document.write( "A = L*W \n" ); document.write( "A = 2w*w \n" ); document.write( "A = 2w^2 \n" ); document.write( " |