document.write( "Question 173033: Hi, we just started learning about quadratic equations today, and I found some problems that I needed help with.\r
\n" );
document.write( "\n" );
document.write( "Define a variable and write a quadratic function to describe each situation.
\n" );
document.write( "30. the product of two numbers whose sum is 45
\n" );
document.write( "31. the area of a circle in terms of its radius
\n" );
document.write( "32. the product of two numbers whose difference is 15\r
\n" );
document.write( "\n" );
document.write( "any help would be appreciated, thank you! \n" );
document.write( "
Algebra.Com's Answer #127892 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Define a variable and write a quadratic function to describe each situation. \n" ); document.write( "30. the product of two numbers whose sum is 45 \n" ); document.write( "x*(45-x) = Product \n" ); document.write( "45x - x^2 = Product \n" ); document.write( "31. the area of a circle in terms of its radius \n" ); document.write( "Area = pi*r^2\r \n" ); document.write( "\n" ); document.write( "32. the product of two numbers whose difference is 15 \n" ); document.write( "Product = n*(n+15) = n^2 + 15n \n" ); document.write( " \n" ); document.write( " |