Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

note: please make sure to properly format your answers. all dollar figu…

Question

note: please make sure to properly format your answers. all dollar figures in the answers need to include the dollar sign and any amount over 1,000 should include the comma ($2,354.67). all percentage values in the answers need to include a percentage sign (%). for all items without specific rounding instructions, round your answers to two decimal places, show both decimal places (5.06).
seaquola river cruises offers a 7 - day travel package. the prices vary based on the room class booked, as indicated in the following spreadsheet:

abcdef
1standard$4,750100.1100.1
2premium$4,920100.1200.2
3standard$5,200150.15350.35
4deluxe$5,850200.2550.55
5premium deluxe$6,962200.2750.75
6deluxe luxury$7,362150.15900.9
7premium luxury$10,162100.11001
8penthouse balcony
9total100

write the spreadsheet formulas for the indicated cells.
a. c9
b. d3
c. d7
d. e4
e. f5

Explanation:

Step1: Calculate total number of rooms in C9

=SUM(C2:C8)

Step2: Calculate relative frequency in D3

=C3/SUM($C$2:$C$8)

Step3: Calculate relative frequency in D7

=C7/SUM($C$2:$C$8)

Step4: Calculate cumulative frequency in E4

=E3+C4

Step5: Calculate relative cumulative frequency in F5

=E5/SUM($C$2:$C$8)

Answer:

a. =SUM(C2:C8)
b. =C3/SUM($C$2:$C$8)
c. =C7/SUM($C$2:$C$8)
d. =E3+C4
e. =E5/SUM($C$2:$C$8)