Answer:
If an angle of 1 isosceles triangle is congruent to an angle of another isosceles triangle the triangles are similar. sometimes If the corresponding sides of 2 similar triangles are in a ratio of 3:4 then the there perimeters are in a ratio of 3:4. brainlist
Step-by-step explanation:
Answer:
Given, two numbers 56 and 57 we need to find out the numbers lie between the squares of the given numbers.
Now, we have numbers lying between the square of n and (n + 1) is 2n
⇒ Numbers between squares of 56 and (56 + 1) = 2 × 56 = 112
Hence, 112 numbers lies between the square of the given numbers.
Answer: (10,9) is the correct answer.
9514 1404 393
Answer:
-160
Step-by-step explanation:
-15(10 2/3) = -15(10) +(-15)(2/3) = -150 -30/3 = -150 -10 = -160
The mixed number can be written as the sum of an integer and a fraction. The multiplier then multiplies the integer and the fraction separately, and the two products are added.
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