asked 206k views
0 votes
Write a function to represent the set of ordered pairs for {(2, 2), (3, 7), (4, 14), (5, 23)}

2 Answers

0 votes
A function that could work for this set of ordered pairs is f(x)=x^2-2.
If we look at each ordered pair, they fit this pattern.
2^2-2=4-2=2
3^2-2=9-2=7
4^2-2=16-2=14
5^2-2=25-2=23
answered
User Invrt
by
8.5k points
5 votes

(x, x^(2)-2)


so, y=
x^(2) -2 is the function
answered
User Tianna
by
8.2k 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.