Answer:
6x = 12 : Divide both sides of the equation 6
6 ( x - 12 ) = -3x - 5: Distrubite the 6 to clear the paranthesis
6x + 5 = 9x - 1 : Subtract 6 from both sides of the equation
The first, third, and sixth are correct.
The equation for annual interest is A = P(1 + r)^t. We can plug in the known information and get A = 16,000(1 + (0.06))^3.5. Next, we can simplify this equation to A = 16,000(1.06)^3.5. Finally, we raise 1.06 to the power of 3.5 and multiply that by 16,000 and get an answer of $19,619.62.
Hope this helps!
Answer:
you have to use the quadratic equation to find the zeros
Step-by-step explanation:
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.