asked 176k views
3 votes
Which of the following functions has the largest value when x = 3? (1 point)

c(x) = 3x2 + 5x + 22
j(x) = 12x
a(x) = 9x


All the functions are equal at x = 3.
c(x)
j(x)
a(x)

2 Answers

7 votes

Answer: a(x) =
9^(x)


An easy way to find this is by going on a graphing website like desmos. You simply put all of the equations into desmos and it will automatically recognize them as exponential functions, quadratic functions, etc. Once you do this you can write out x = 3 to create a line to compare them all.


If you can't use a graphing site, then simply insert 3 for x in each equation.

c(x) = 3
(3)^(2) + 5(3) + 22

27 + 15 + 22 = 64

j(x) = 12(3)

12 * 3 = 36

a(x) =
9^((3))

9 * 9 * 9 or 9^3 = 729

c(x) = 64

j(x) = 36

a(x) = 729

Which of the following functions has the largest value when x = 3? (1 point) c(x) = 3x-example-1
answered
User Anil Agrawal
by
7.4k points
4 votes
x = 3

c(x) = 3x² + 5x + 22
⇒ c(3) = 3(3²) + 5(3) + 22
⇒ c(3) = 3(9) + 15 + 22
⇒ c(3) = 27 + 15 + 22
⇒ c(3) = 64

j(x) = 12x
⇒ j(3) = 12(3)
⇒ j(3) = 36

a(x) = 9x
⇒ a(3) = 9(3)
⇒ a(3) = 27

c(x) = 3x² + 5x + 22 is the function that has the largest value when x = 3.

False. Not all functions are equal at x = 3.
answered
User Isuruanu
by
7.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.