document.write( "Question 570989: 1.) Suppose that x and y are real numbers with x + 3y =20.
\n" );
document.write( "a.)Find the smallest value of x^2 + y^2.
\n" );
document.write( "b)Find the greatest value of xy.
\n" );
document.write( "c.) Find the smallest value of (x-y)^2.
\n" );
document.write( "d.)The greatest value of y^2 - x^2.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2,) Sally worked 50 hrs last week and made $495 for the week. For every hour worked over 40 hours, her job pays time and a half. What is sally's hourly pay rate. \n" );
document.write( "
Algebra.Com's Answer #367897 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! 1.) Suppose that x and y are real numbers with x + 3y =20. \n" ); document.write( "a.)Find the smallest value of x^2 + y^2. \n" ); document.write( "b)Find the greatest value of xy. \n" ); document.write( "c.) Find the smallest value of (x-y)^2. \n" ); document.write( "d.)The greatest value of y^2 - x^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2,) Sally worked 50 hrs last week and made $495 for the week. For every hour worked over 40 hours, her job pays time and a half. What is sally's hourly pay rate. \n" ); document.write( "=========================== \n" ); document.write( "a) Express y in terms of x: \n" ); document.write( "y = (1/3)(20-x) \n" ); document.write( "So x^2 + y^2 = x^2 + [(1/3)(20-x)]^2 = x^2 + (1/9)(400-40x+x^2) \n" ); document.write( "Collecting terms gives (10/9)x^2 -(40/9)x + 400/9 \n" ); document.write( "This expression is minimized when the derivative equals 0: \n" ); document.write( "(20/9)x - 40/9 = 0 \n" ); document.write( "This gives x = 2 \n" ); document.write( "So y = (1/3)(20-2) = 6 \n" ); document.write( "So the smallest value is 2^2 + 6^2 = 40 \n" ); document.write( "b) xy = (x/3)*(20-x) = (20/3)x - (1/3)x^2 \n" ); document.write( "The expression will be a maximum when the derivative=0: \n" ); document.write( "0 = 20/3 - (2/3)x \n" ); document.write( "This gives x = 10 \n" ); document.write( "Therefore y = 10/3 \n" ); document.write( "The maximum value is 10*10/3 = 100/3 \n" ); document.write( "...I'll leave the other two for you to do... \n" ); document.write( "2) Let x = Sally's hourly pay \n" ); document.write( "Her total pay will be the hourly pay times 40 hrs plus 10 hrs working at time and a half: \n" ); document.write( "495 = 40x + 10*3x/2 = 40x + 15x = 55x \n" ); document.write( "This gives x = 9 \n" ); document.write( "Her hourly salary is $9 \n" ); document.write( " |