Answer:
a perfect square because 17 x 17 = 289
It's not a perfect cube
Step-by-step explanation:
Factories both equations:
5(x - 4) / (x + 2)(x - 4)
Then take out the common brackets:
5 / x + 2
Minus 2 from both sides:
3 / x
If you are looking for the greatest common factor of the numerator and denominator, the answer would be (x - 4)
Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.
Answer:
She increased 80% the practise time
Step-by-step explanation:
The question is incomplete, the following is missing:
<em>by how much did she increase the time she practised each day?
</em>
From Monday to Wednesday she increased 90 - 50 = 40 minutes the practise time.
To compute the increment as a percentage use: increment/reference *100
In this case, that is: 40/50*100 = 80%, where 50 minutes is taken as a reference.
Answer:
105.12 ft²
Step-by-step explanation:
Let's first find the area of the rectangle.
ft², so the rectangle has an area of 80ft².
To find the area of the semi-circle, we find the area of a whole circle and divide by two.
The formula to find the area of a circle is
. The radius is 4, as the diameter is 8.



Add 80 and 25.12:

Hope this helped!