- neerajkumar1_1
- Master | Next Rank: 500 Posts
- Posts: 270
- Joined: Wed Apr 07, 2010 9:00 am
- Thanked: 24 times
- Followed by:2 members
there are two ways of solving it
Ist
applying two pnt formula (dist b/n x1,y1 and x2,y2 is sqrt[(x1-x2)^2+(y1-y2)^2]............1
and pythagoras theorem i.e a^2+b^2=htpotenuous^2..........2
from1 we get s^2+t^2=4...........3
and from 2 we get t=s Sqrt(3).........4
putting 4 in 3 we get s=1
another way is the fig is symmetrical about y axis i.e mirror image so the values get interchanged
i.e x,y will become y,-x
so -rut3,1 will become 1,rut 3
hence s=1

















