Step-by-step explanation:
One interior angle of a triangle = 30⁰ .
The measure of other two are x and y .
We know that the angle sum property of a triangle is 180⁰ .
=> x + y + 30⁰ = 180⁰
=> x + y = 180⁰ - 30⁰.
=> x + y = 150⁰.
Possible solution set of x and y are ,
(1,149) (2,148 ) ...... (148+2) & (149+1)
Basically we are here decreasing y and increasing x to obtain the values .
Hope it helped !
Answer:
1
Step-by-step explanation:
You can do this two ways:
(13 -6) mod 6 = 7 mod 6 = 1
(13 -6) mod 6 = (13 mod 6) -(6 mod 6) = 1 - 0 = 1
____
"mod 6" means you are interested in the remainder after division by 6. For some number n, it can be computed as ...
n mod 6 = n - 6×Floor(n/6)