← Back to Test

Problem 7 - Olympiad

A bookshelf has 5 shelves, and each shelf can hold 8 books. If the bookshelf is currently empty, how many books can be placed on it in total?

Correct: C

To find the total number of books that can be placed on the bookshelf, multiply the number of shelves by the number of books each shelf can hold: 5 shelves * 8 books/shelf = 40 books.