Algebraic equation to represent a triangle.

image

The lengths of the sides of a triangle are $p, q, r$ respectively. If $p² + q² + r²= pq + qr + pr$, then this triangle is

(A)equilateral triangle

(B)isosceles triangle

(C)right angled triangle

(D) obtuse triangle

My Attempt :$p² + q² + r²= pq + qr + pr \implies (p²-pq) + (q²-qr) +( r²-pr)=0 \implies p(p-q)+q(q-r)+r(r-p)=0$ but I'm unable to connect this information to the given options. Please help me.

Since $p^2+q^2+r^2 \geq pq+qr+rp$ for $p,q,r \in R^{+}$

But given that $p^2+q^2+r^2 = pq+qr+rp$.

Equality holds when $p=q=r$.

Hence equilateral triangle.

NOTE:

$(p-q)^2\geq 0$ , $p^2+q^2\geq 2pq$

$(q-r)^2\geq 0$ , $q^2+r^2\geq 2qr$

$(r-p)^2\geq 0$ , $r^2+p^2\geq 2rp$

then

$p^2+q^2+r^2 \geq pq+qr+rp$ for $p,q,r \in R^{+}$

What you need is just multiply $2$ for left hand and right hand , then you can find that it is $(3\times \text{square}) = 0$ and they must be all zero . so it is a equilateral triangle .

Ask AI
#1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #57 #58 #59 #60 #61 #62 #63 #64 #65 #66 #67 #68 #69 #70