Hey guys,
so I'm learning geometry to help with game programming, I came across an anomaly but I'm wondering is it really an anomaly, I asked the question on reddit but nobody has got back to me with an answer, so I said I'll see if anybody on here can help :) so here is the question
I am following -
https://www.khanacademy.org/math/geometry-home/cc-geometry-circles/arc-measures/v/arc-measure-with-equations-examples?modal=1 and attempting the first question in the video.
I figured out k, k = 5.25 - p/4
when I use the full equation of the whole circle I get
6k + 312 = 360 - 2p
=> 6(5.25 - p/4) + 312 = 360 - 2p
=> 31.25 - 1.5p + 312 = 360 - 2p
=> -1.p + 343.25 = 360 - 2p
=> 0.5p = 360 - 343.5
=> 0.5p = 16.5
=> p = 33
33 is indeed the right answer but I thought by using another equation we could also find P but it turns out they just prove they equal each other and I'm not finding P.
but when I try to use k in the top equation (4k + 159 = 180 - p)
they just prove they equal and fail to solve for P
4(5.25 - p/4) + 159 = 180 - p
=> 21 - p + 159 = 180 - p
=> -p + 180 = 180 - p
=> -p = 180 - 180 - p
=> -p + p = 0
=> 0 = 0
how come using one of these equations will solve for P and the other won't? is it something I am doing wrong in the latter example?
I also got p = 33 for 2k + 153 = 180 - p ( bottom equation ) but as mentioned the top equation just cancels out and proves they are equal to each other ( I fail to solve for p)
thanks