Given y = ax3 + 7, which of the following are correct statements for this equation?

a) y = a * x * x * x + 7;
b) y = a * x * x * (x + 7);
c) y = (a * x) * x * (x + 7);
d) y = (a * x) * x * x + 7;
e) y = a * (x * x * x) + 7;
f) y = a * x * (x * x + 7);


a) y = a * x * x * x + 7; , d) y = (a * x) * x * x + 7; and e) y = a * (x * x * x) + 7;

Computer Science & Information Technology

You might also like to view...

On a virtual memory system, the computed linear address refers to a location in __________ memory.

a. real b. linear c. virtual d. page

Computer Science & Information Technology

What is the best device to use when a blackout occurs?

A) UPS B) Surge suppressor C) Surge strip D) Line conditioner

Computer Science & Information Technology

This is commonly used to hold and organize collections of related components:

A) list B) panel C) frame D) label

Computer Science & Information Technology

To change a slide's theme, click the Design tab on the Ribbon.

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

Computer Science & Information Technology