document.write( "Question 58455: Here is a function that I have been dealing with at work:
\n" );
document.write( "
\n" );
document.write( "Y(x) = –3.3x2 + 0.5x + 300.\r
\n" );
document.write( "\n" );
document.write( "I need to use this function to tell researchers what value of x produces the maximum output signal for an MRI machine, Y. Also, since everyone’s MRI machine is not exactly the same as mine, I want to give them a range of x values that will produce nearly the maximum output Y. So, here are the questions:
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "1. What is the x value when Y is at its maximum value?\r
\n" );
document.write( "\n" );
document.write( "2. What is the maximum value of Y?\r
\n" );
document.write( "\n" );
document.write( "3. Since negative Y values are impossible for operating the MRI machine, what is the range of x values for Y to be greater than or equal to zero?\r
\n" );
document.write( "\n" );
document.write( "4. What is the range of x values where Y is at 90% of its maximum value?\r
\n" );
document.write( "\n" );
document.write( "5. Plot Graph showing all of the above information.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #40043 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Y(x) = –3.3x2 + 0.5x + 300. \n" ); document.write( "I need to use this function to tell researchers what value of x produces the maximum output signal for an MRI machine, Y. Also, since everyone’s MRI machine is not exactly the same as mine, I want to give them a range of x values that will produce nearly the maximum output Y. So, here are the questions:\r \n" ); document.write( "\n" ); document.write( "1. What is the x value when Y is at its maximum value? \n" ); document.write( "x=-b/2a = -0.5/-6.6=0.0757575... \n" ); document.write( "2. What is the maximum value of Y? 300.02 \n" ); document.write( "3. Since negative Y values are impossible for operating the MRI machine, what is the range of x values for Y to be greater than or equal to zero? \n" ); document.write( "-9.459169<=x<=9.61068 \n" ); document.write( "4. What is the range of x values where Y is at 90% of its maximum value? \n" ); document.write( "0.9*300.02=279.018; -2.43424<=x<=2.5842 \n" ); document.write( "5. Plot Graph showing all of the above information. \n" ); document.write( " \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |