asked 20.6k views
1 vote
Each of the walls of a room with square dimensions has been built with two pieces of sheetrock, a smaller one and a larger one. The length of all the smaller ones is the same and is stored in the variable small. Similarly, the length of all the larger ones is the same and is stored in the variable large. Write a single expression whose value is the total area of this room. DO NOT USE any method invocations.

1 Answer

3 votes

Answer:

(large + small) x (large + small)

Explanation:

The length of all the smaller ones is the same and is stored in the variable small.

The length of all the larger ones is the same and is stored in the variable large.

The single expression whose value is the total area of this room is:

(large + small) x (large + small)

answered
User Parkourkarthik
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.