Answer:
y = -4x+15
Step-by-step explanation:
y=x/4+5 may be presented as y = 1/4 x + 5, where a=1/4, b=5
swapping numerator and denominator and inserting an opposite sign in a=1/4, we have:
1/4 --------> 4/1 -------> -4/1 = -4
y = -4x+n
Point (2,7) means that x=2, y=7 substitute it to the equation y=-4x+n, calculate "n":
7=-4*2+n ------> 7=-8+n -------> 7+8 = n -------> 15=n
substituting n=15 to the equation y=-4x+n, we get finally y=-4x+15
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:
they are =
im sorry it was a little late
There r 2 ways to do this....percent to decimal
(1) u can divide by 100.....289/100 = 2.89
(2) u can move the decimal 2 spaces to the left....2.89
just so u know ... decimal to percent
(1) multiply by 100
(2) move decimal 2 spaces to right