92.3k views
3 votes
The dimensions (width and length) of room1 have been read into two variables: width1 and length1. the dimensions of room2 have been read into two other variables: width2 and length2. write a single expression whose value is the total area of the two rooms.

1 Answer

7 votes
hello :
a single expression is : A = xy +zk
x : width1 y : length1
z :
width2 k : length2
A :
the total area of the two rooms
note :
A1 = xy ........
area of the room 1
A2 = zk
.......area of the room 2
User Andynil
by
8.3k points