You can do part a using The Pythagoras theorem:-
30^2 = x^2 + 24^2
x^2 = 30^2 - 14^2 = (30+24)(30-24) = 324
x = 18
Answer:

or

Step-by-step explanation:
we have

This is a vertical parabola open upward (because the leading coefficient is positive)
The vertex is a minimum
Convert to vertex form
Factor the leading coefficient

Complete the square. Remember to balance the equation by adding the same constants to each side.


Rewrite as perfect squares
----> equation in vertex form
or

The vertex is the point (0.25,10.5)
You spent 40% of your budget.
10/25=2/5=40/100
Answer:
B 2
Step-by-step explanation:
The computation of the value of f(x) in the case when x = 2 is shown below
As per the question, following function is given
F(x) = (1 ÷ x) + 2
Based on this, the x = 2
Now put the x value in the above equation
So,
= (1 ÷ 2) + 2
= (1 + 4) ÷ 2
= 5 ÷ 2
= 2.5
Hence the closet number is 2
Therefore the value of f(x) in the case when x = 2 is 2
Hence, the correct option is b.
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.