asked 157k views
5 votes
A new computer has a model number, a part number, and a serial number. The model number is assigned by the manufacturer to identify the type of computer. The part number identifies one part of the smaller components that make up the computer. The serial number is unique to each computer produced and identifies it. Which relation is a function?

asked
User JanneK
by
8.4k points

1 Answer

0 votes
I would say all of them can be model as functions.

model number:
This would be a onto function, meaning that the outputs are not unique.
f(model_1) = f(model_2) = computer_type.

part number:
This would mean the function takes in multiple parameters.
f(part_1, part_2, part_3, ...) = computer

serial number:
This is the most obvious one; an one-to-one function:
f(s_num_1) = computer_1;
f(s_num_2) = computer_2;
answered
User Symphony
by
8.3k 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.