Answer:
55/72 feet squared
Step-by-step explanation:
The area of a rectangle is Length x Height, or Width x Height.
Here, we have a width of 5/6 feet and a height of 11/12 feet.
We multiple 5/6 and 11/12 to get 55/72 feet squared.
Answer:

Step-by-step explanation:
square 18 and square 35 then add together
You subtract the biggest number from the smallest number...
21-13=8
Answer:
Step-by-step explanation:
programs can be written in multiply languages. for this solution I'll be writing in C++.
#include<iostream> // this is called the preprocessor definition
using namespace std;
int main() //the main function
{
int num, product; //declaration of the variables
cout << "enter the whole number";
cin >> num;
product = num * 12;
cout << product; // displaying the final results
return 0;
}
When Completing the square you take the 'b' term and divide it by 2, then square it.
3/2, (3/2)^2 = 9/4
Letter C