f(x) = int(2x) is just another way of writing floor(2x), so for instance the answer to a. would be:
a. f(1.4) = floor(2*1.4) = floor(2.8) = the nearest integer below 2.8 = 2
Tatihana R.
asked 06/09/22What is int? how would I solve this?
f(x) = int(2x) is just another way of writing floor(2x), so for instance the answer to a. would be:
a. f(1.4) = floor(2*1.4) = floor(2.8) = the nearest integer below 2.8 = 2
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.