Sketch the graph of the following quadratic function using a graphing calculator.  State whether the function has a maximum or a minimum.  Determine the maximum or minimum value to the nearest tenth.  Determine the roots of the quadratic function to the nearest tenth.

What will be an ideal response?


Minimum, (-1.5, -9); Roots = (0.9,0) and (-3.4,0)

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true?

a. Performing a task in a program requires a method. b. A method houses the program statements that actually perform its tasks. c. The method hides its statements from its user, just as the accelerator pedal of a car hides from the driver the mechanisms of making the car go faster. d All of the above.

Computer Science & Information Technology

In Fig. 11.5, the stream extraction and stream insertion operators were overloaded for input and output of objects of the PhoneNumber class. Rewrite the stream extraction operator to perform the following error checking on input. The operator>> function will need to be reimplemented.

a) Input the entire phone number into an array. Test that the proper number of characters has been entered. There should be a total of 14 characters read for a phone number of the form (800) 555-1212. Use ios_base-member-function clear to set failbit for improper input. b) The area code and exchange do not begin with 0 or 1. Test the first digit of the area-code and exchange portions of the phone number to be sure that neither begins with 0 or 1. Use ios_base-member-function clear to set failbit for improper input. c) The middle digit of an area code used to be limited to 0 or 1 (although this has changed recently). Test the middle digit for a value of 0 or 1. Use the ios_base-member-function clear to set failbit for improper input. If none of the above operations results in failbit being set for improper input, copy the three parts of the telephone number into the areaCode, exchange and line members of the PhoneNumber object. If failbit has been set on the input, have the program print an error message and end, rather than print the phone number.

Computer Science & Information Technology

No legitimate company will ask you for email sign-in or personal information.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ________ is a series of actions that can be programmed to automate tasks.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology