Answer:
54 sq inches
Step-by-step explanation:
all cubes have six sides, and each side has a surface area of 3*3, so:
6*(3*3)
Answer:
//The class called "Solution" is declared
public class Solution {
//Main method which signify the beginning of program execution
public static void main(String[] args) {
//myInt variable of type Integer is declared
Integer myInt;
// An object of type Integer is declared with initial value of 1
Integer newInt = new Integer(1);
// The value of the new declared and assigned object is displayed to the user
System.out.println(newInt);
// The new declared object is assigned to the reference variable myInt
myInt = newInt;
// The value of myInt is displayed to the user
System.out.println(myInt);
}
}
Step-by-step explanation:
Step-by-step explanation:
the area of a rectangle is length × width.
in our case
37 × 18 = 666 ft²
so, we need 666 ft² of tiles.
Answer:
4x + 4y
Step-by-step explanation:
<u>Step 1: Distribute</u>
4(x + y)
(4 * x) + (4 * y)
(4x) + (4y)
<em>4x + 4y</em>
<em />
Answer: 4x + 4y
Answer:
4x + 36
Step-by-step explanation:
combine like terms
3x + x = 4x
2 + 34 = 36
4x + 36 Is the full answer