Respuesta :
The solution would be like this for this specific problem:
Cost of the computer:
i = 0.117 / 12 
i = 0.00975 
= monthly payment 
= (i * P * (1 + i)^n) / ((1 + i)^n - 1) 
= (0.00975 * $1433 * (1 + 0.00975)^30) / ((1 + 0.00975)^30 - 1) 
= $55.32 
Electricity cost:
= $0.79 * 365.25 * 7 
= $2019.83 
Electricity Percentage: 
= $2019.83 / ($2019.83 + $1659.60) 
= 54.89% 
Electricity: 
= ($0.79 * 365 * 5) + ($0.79 * 366 * 2) 
= $2020.03 
Electricity Percentage: 
= $2020.03 / ($2020.03 + $1659.60) 
= 54.898%
In total, the electricity made up 54.898% of the lifetime cost of the computer.
