We are tasked to complete a table by providing information on the prices of 5 items and finding their total cost.
To do this, we must first think of 5 items and find out (or at least estimate) their unit prices.
Item Price
pencil $2
notebook $4
Chapstick $3
book $7
bookmark $1
Then, in column D, we need to type the following formulas:
=B2*C2
=B3*C3
=B4*C4
=B5*C5
=B6*C6
And finally, in cell D7, type in =D2+D3+D4+D5+D6 or =sum(D2:D6).