Concept:The equality of the three ratios is used to set each equal to a common constant
k, leading to the conclusion
k=0, which gives proportional relationships between
x,y,z and
a,b,c.
Explanation:Let
cay−bx​=bcx−az​=abz−cy​=k.
Multiply numerator and denominator of each fraction by
c,
b,
a respectively:
c2acy−bcx​=b2bcx−abz​=a2abz−acy​=k.
This gives three equations:
acy−bcx=c2kbcx−abz=b2kabz−acy=a2kAdd them:
(acy−bcx)+(bcx−abz)+(abz−acy)=(a2+b2+c2)kThe left side simplifies to
0, so
0=(a2+b2+c2)k.
Since
a2+b2+c2>0 (unless all zero, but then the original fractions are undefined), we get
k=0.
Thus
acy=bcx,
bcx=abz,
abz=acy.
From
acy=bcx, cancel
c (nonzero) to get
ay=bx, i.e.
ax​=by​.
From
bcx=abz, cancel
b to get
cx=az, i.e.
ax​=cz​.
So
ax​=by​=cz​=r (say), implying
x=ar,
y=br,
z=cr.
Check condition 1:
ax​=by​ is true from above.
Check condition 2:
a+b+cx+y+z​=a+b+car+br+cr​=r, and
cz​=ccr​=r, so condition 2 is also true.
Hence both statements are correct.
Answer:Both statements 1 and 2 are correct. The correct code is C.