calculate the total cost for attending a conference if registration is $350, and the employee needs hotel…

calculate the total cost for attending a conference if registration is $350, and the employee needs hotel, rental car, per diem, parking, and coverage for 3 days.\n| expense | cost per day |\n|--|--| \n| hotel | $200 |\n| rental car | $90 |\n| per diem | $50 |\n| parking | $25 |\n| coverage | $600 |
Answer
Explanation:
Step1: Calculate daily total expense
$200 + 90+50 + 25=365$
Step2: Calculate 3 - day expense for daily - based items
$365\times3 = 1095$
Step3: Add registration and 3 - day expense and coverage
$1095+350 + 600=2045$
Answer:
$2045$