201k views
2 votes
A computer can sort x objects in t seconds, as modeled by the function

below:
t=0.007x2 + 0.003x
How many objects are required to keep the computer busy for exactly 9
seconds?
Round to the nearest whole object.

User Dean Burge
by
5.9k points

2 Answers

1 vote

Answer:

36

Explanation:

User Skyguard
by
6.0k points
6 votes

Answer:

36 objects

Explanation:

You want the value of x when t=9, so you're solving ...

9 = 0.007x^2 +0.003x

9 = 0.007(x^2 + 3/7x)

From here, we observe that an approximation is probably sufficient.

9/0.007 = x(x +3/7) . . . . . the expression on the right is nearly x^2

x ≈ 3/√.007 ≈ 35.9 ≈ 36

We can check:

.007(36)(36 3/7) = 9.18

.007(35)(35 3/7) = 8.68

To keep the computer busy for 9 seconds, it needs to sort 36 objects.

A computer can sort x objects in t seconds, as modeled by the function below: t=0.007x-example-1
User Mohamagdy
by
6.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.