Answer:
12600 (ZAR)
Step-by-step explanation:
4.2*3000
To find the total area of this figure, you have to find the area of each of the separate figures and then add those 2 answers together. Your work should look like this:
2 x 2 = 4
8 x 8 = 64
64 + 4 = 68
Your answer should be 68 ft.^2
Answer:
x = 1 or x = 
Step-by-step explanation:
The expression inside the absolute value function can be positive or negative
That is 3x - 7 = ± 4
There are 2 equations to solve
(1)
3x - 7 = 4 ( add 7 to both sides )
3x = 11 ( divide both sides by 3 )
x = 
(2)
3x - 7 = - 4 ( add 7 to both sides )
3x = 3 ( divide both sides by 3 )
x = 1
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.