uwishuwerenik
uwishuwerenik uwishuwerenik
  • 04-03-2022
  • Mathematics
contestada

The equation below describes a parabola. If a is negative, which way does the parabola open?
y = ax2
A. Right
B. Left
C. Up
D. Down

Respuesta :

jimthompson5910 jimthompson5910
  • 04-03-2022

Answer:  Down

If on the other hand a > 0, then the parabola would open upward.

Answer Link

Otras preguntas

Bubba is opening a barbecue joint on Dickson St. He has a great location and a specially-built, infrared smoker that is the very latest design. Currently, none
a half marothon is 13 miles, how many kilometers is that?
Allied Cosmos, a cosmetics company, decides to expand its operations to lower-income areas in developing countries. It starts to sell shampoos in smaller packag
Examine the five words and/or phrases and determine the relationship among the majority of words/phrases. Choose the one option that does not fit the pattern. R
Select the entry that correctly uses MLA (2016) style for in-text documentation.The student is providing in-text documentation for the following online source,
Charles factors the expression Four-thirds x y + one-third x using a factor of One-third x. He writes the factored expression as One-third x (4 y + 1). Which be
Find the arithmetic sequence-29, -22, -15
It rained seven days during the month of April. About what percent of the month did it rain
This figure shows △ABC . AD¯¯¯¯¯ is the angle bisector of ∠BAC . What is BD ? Enter your answer, as a decimal, in the box.
#include #include int main( ) { int value = 10; int pid; value += 5; pid = fork( ); if (pid > 0 ) { value += 20; } printf(value); return 0; } Select all th