Answer:
In the given figure the point on segment PQ is twice as from P as from Q is. What is the point? Ans is (2,1).
Step-by-step explanation:
There is really no need to use any quadratics or roots.
( Consider the same problem on the plain number line first. )
How do you find the number between 2 and 5 which is twice as far from 2 as from 5?
You take their difference, which is 3. Now splitting this distance by ratio 2:1 means the first distance is two thirds, the second is one third, so we get
4=2+23(5−2)
It works completely the same with geometric points (using vector operations), just linear interpolation: Call the result R, then
R=P+23(Q−P)
so in your case we get
R=(0,−1)+23(3,3)=(2,1)
Why does this work for 2D-distances as well, even if there seem to be roots involved? Because vector length behaves linearly after all! (meaning |t⋅a⃗ |=t|a⃗ | for any positive scalar t)
Edit: We'll try to divide a distance s into parts a and b such that a is twice as long as b. So it's a=2b and we get
s=a+b=2b+b=3b
⇔b=13s⇒a=23s
Answer:
A: 10,000 residents to 25 police officers
Step-by-step explanation:
400*25=10,000
To get the Total amount upon investment for the compound interest, plug in the value of x into the given expression bellow
<em>A = 9,000.00(1 + x/100)^(4)</em>
Given data
Principal = $9000
Time = 4 years
Rate = x% per annum
<h3>Solution</h3>
First, convert R as a percent to r as a decimal
r = x/100
r = x/100
Then solve the equation for A
A = P(1 + x/100)^t
A = 9,000.00(1 + x/100)^(4)
A = 9,000.00(1 + x/100)^(4)
The total amount accrued, principal plus interest, with compound interest on a principal of $9,000.00 at a rate of x% per year.
Learn more about compound interest here:
brainly.com/question/24924853
Answer:
The answer is
<h2>(9x - 4)(4x + 3)</h2>
Step-by-step explanation:
36x² + 11x - 12
To factor the expression rewrite 11x as a difference
That's
36x² + 27x - 16x - 12
<u>Factor out 9x from the expression</u>
9x( 4x + 3) - 16x - 12
<u>Factor out - 4 from the expression</u>
9x( 4x + 3) - 4( 4x + 3)
Factor out 4x + 3 from the expression
We have the final answer as
<h3>(9x - 4)(4x + 3)</h3>
Hope this helps you