38.8k views
3 votes
Choose the most appropriate name for the function described below.

The speed of a computer depends on the amount of memory.

A. computer(speed), or c(s)
B. speed(computer), or s(c)
C. speed(memory), or s(m)
D. memory(speed), or m(s)

2 Answers

0 votes
i believe the answer is...C but I'm not entirely sure so i would wait for a second opinion : )


User Gordon Kenyon
by
6.9k points
4 votes

Answer:

Option C is correct

speed(memory) or s(m)

Explanation:

Dependent variable states that a variable whose value dependent upon the dependent variable.

For example:
f(x)

x is the independent variable and f(x) is the dependent variable

Given the statement:

The speed of a computer depends on the amount of memory.

Let m represents the amount of memory and s represents the speed of a computer.

m = Independent variable

s(m) = Dependent variable on m

Then

the most appropriate name for the function described is:

speed(memory) or s(m)

User Datahappy
by
7.3k points