Suggested Answer
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 Pricepencil $2notebook $4Chapstick $3book $7bookmark $1Then, in column D, we need to type the following formulas:=B2*C2=B3*C3=B4*C4=B5*C5=B6*C6And finally, in cell D7, type in =D2+D3+D4+D5+D6 or =sum(D2:D6).