Concept:The cosine rule (or law of cosines) relates the sides and an angle of a triangle.Explanation:For triangle OPQ with points O(0,0), P(m,n), Q(r,s) and angle α at O,OP=m2+n2, OQ=r2+s2, PQ=(m−r)2+(n−s)2.Using the cosine rule in △OPQ: cosα=2⋅OP⋅OQOP2+OQ2−PQ2.Substituting the squares: OP2=m2+n2, OQ2=r2+s2, PQ2=m2+r2−2mr+n2+s2−2ns.Then numerator simplifies to (m2+n2)+(r2+s2)−(m2+r2−2mr+n2+s2−2ns)=2mr+2ns.Thus cosα=2(m2+n2)(r2+s2)2(mr+ns)=(m2+n2)(r2+s2)mr+ns.Statement I gives cosα=(m2+n2)(r2+s2)ms−nr, which is different; hence Statement I is false.Statement II is the standard cosine rule: a2=b2+c2−2bccosA, which is true for any triangle ABC.Therefore, Statement I is false, Statement II is true.
Answer:Option D: Statement I is false, but Statement II is true.