Solution 1

Take point N inside △ABC such that ∠CBN=7∘ and ∠BCN=23∘.
∠MCN=106∘−2⋅23∘=60∘. Also, since △AMC and △BNC are congruent (by ASA), CM=CN. Hence △CMN is an equilateral triangle, so ∠CNM=60∘.
Then ∠MNB=360∘−∠CNM−∠CNB=360∘−60∘−150∘=150∘. We now see that △MNB and △CNB are congruent. Therefore, CB=MB, so ∠CMB=∠MCB=83∘.
Solution 2
From the givens, we have the following angle measures: m∠AMC=150∘, m∠MCB=83∘. If we define m∠CMB=θ then we also have m∠CBM=97∘−θ. Then apply the Law of Sines to triangles △AMC and △BMC to get
sin7∘sin150∘=CMAC=CMBC=sin(97∘−θ)sinθ
Clearing denominators, evaluating sin150∘=21 and applying one of our trigonometric identities to the result gives
21cos(7∘−θ)=sin7∘sinθ
and multiplying through by 2 and applying the double angle formulas gives
cos7∘cosθ+sin7∘sinθ=2sin7∘sinθ
and so cos7∘cosθ=sin7∘sinθ⟺tan7∘=cotθ; since 0∘<θ<180∘, we must have θ=83∘, so the answer is 83.
Solution 3
Without loss of generality, let AC=BC=1. Then, using the Law of Sines in triangle AMC, we get sin1501=sin7MC, and using the sine addition formula to evaluate sin150=sin(90+60), we get MC=2sin7.
Then, using the Law of Cosines in triangle MCB, we get MB2=4sin27+1−4sin7(cos83)=1, since cos83=sin7. So triangle MCB is isosceles, and ∠CMB=83.
Solution 4
Note: A diagram would be much appreciated; I cannot make one since I'm bad at asymptote. Also, please make this less cluttered :) ~tauros
First, take point E outside of △ABC so that △CEB is equilateral. Then, connect A, C, and M to E. Also, let ME intersect AB at F. ∠MCE=83∘−60∘=23∘, CE=AB, and (trivially) CM=CM, so △MCE≅△MCA by SAS congruence. Also, ∠CMA=∠CME=150∘, so ∠AME=60∘, and AM=ME, making △AME also equilateral. (it is isosceles with a 60∘ angle) △MAF≅△EAF by SAS (MA=AE, AF=AF, and m∠MAF=m∠EAF=30∘), and △MAB≅△EAB by SAS (MA=AE, AB=AB, and m∠MAB=m∠EAB=30∘). Thus, △BME is isosceles, with m∠BME=m∠BEM=60∘+7∘=67∘. Also, ∠EMB+∠CMB=∠CME=150∘, so ∠CME=150∘−67∘=83∘.
Solution 5 (Ceva)
Noticing that we have three concurrent cevians, we apply Ceva's theorem:
(sin∠ACM)(sin∠BAM)(sin∠CBM)=(sin∠CAM)(sin∠ABM)(sin∠BCM)
(sin23)(sin30)(sinx)=(sin7)(sin37−x)(sin83)
using the fact that sin83=cos7 and (sin7)(cos7)=1/2(sin14) we have:
(sin23)(sinx)=(sin14)(sin37−x)
By inspection, x=14∘ works, so the answer is 180−83−14=083
Solution 6
Let ∠APC=θ∘ Using sine rule on △APB,△APC, letting AP=d we get : 1d=sin150∘sin7∘=2sin7∘=cos7∘sin14∘=sin83∘sin14∘=sinθ∘sin(97−θ)∘ Simplifying, we get that cos(14−θ)∘−cos(14+θ)∘=cos(14−θ)∘−cos(180−θ)∘, from where cos(14−θ)∘=cos(180−θ)∘ Simplifying more, we get that sin97∘⋅sin(θ−83)∘=0, so θ=83∘ NOTE: The simplifications were carried out by the product-to-sum and sum-to-product identities ~Prabh1512