Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

the original price of a car is entered into spreadsheet cell a1 and the…

Question

the original price of a car is entered into spreadsheet cell a1 and the annual depreciation amount in cell b1. (remember to include an = symbol in the formula.)
a. write the spreadsheet formula to determine the number of years it will take for the car to totally depreciate.
=a1/b1
b. the spreadsheet user is instructed to enter a car value in cell d1. write the spreadsheet formula to compute how long it will take for the car to depreciate to that value.
=d1/b1
c. the spreadsheet user is instructed to enter a percent into cell e1. write the spreadsheet formula to compute the length of time it will take for the car to decrease by that percent.
=d1e1/(100b1)

Explanation:

a.

Para determinar el número de años que tarda un activo en depreciarse completamente, se divide el valor original (A1) entre la depreciación anual (B1). La fórmula en una hoja de cálculo es =A1/B1.

b.

Para calcular el tiempo que tarda un activo en depreciarse a un valor dado (D1), se divide ese valor (D1) entre la depreciación anual (B1). La fórmula en una hoja de cálculo es =D1/B1.

c.

Para calcular el tiempo que tarda un activo en disminuir un cierto porcentaje (E1) de su valor original (B1), primero se calcula el monto del porcentaje (E1/100B1) y luego se divide ese monto entre la depreciación anual (B1). La fórmula en una hoja de cálculo es =(E1/100B1)/B1.

Answer:

a. =A1/B1
b. =D1/B1
c. =(E1/100*B1)/B1