Ask Question
14 April, 02:28

A wall has been built with two pieces of sheetrock, a smaller one and a larger one. The length of the smaller one is stored in the variable small. Similarly, the length of the larger one is stored in the variable large. Write a single expression whose value is the length of this wall.

+1
Answers (1)
  1. 14 April, 04:40
    0
    The answer is: small+large.

    Step-by-step explanation:

    If the variable of the smaller sheetrock is stored in small:

    var small.

    And the variable of the larger sheetrock is stored in large:

    var large.

    The length of the wall will be the sum of the two pieces of sheetrock:

    small+large

    For example:

    var small = 5;

    var large = 10;

    small+large = 5 + 10 = 15 is the length of the wall.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A wall has been built with two pieces of sheetrock, a smaller one and a larger one. The length of the smaller one is stored in the variable ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers