Exercițiul 495

E.495. Suma a două numere naturale este 80,80, iar câtul împărțirii celui mai mare la cel mai mic este 3.3. Aflați cele două numere. Câte soluții are problema?

Mate2000 pentru performanță, 4/19

Răspuns: (a,b){(60,20),(61,19),(62,18),(63,17)}.(a,b) \in \{(60,20), (61,19), (62,18), (63,17)\}.

Soluție:

Fie aa și bb cele două numere, cu a<b.a<b.
Din TIR avem a=b3+RR=a3b.a=b \cdot 3 +R \Rightarrow R=a-3b. Cum a=80bR=804b.\boxed{a=80-b} \Rightarrow\boxed{R=80-4b}.
Dar tot din TIR, R<b.R<b.
Deci 804b<b80<5bb>16.80-4b<b \Rightarrow 80<5b \Rightarrow \boxed{b>16}.

  • b=17R=80417=12a=63;\boxed{b=17} \Rightarrow R=80-4\cdot17=12 \Rightarrow \boxed{a=63};
  • b=18R=80418=8a=62;\boxed{b=18} \Rightarrow R=80-4\cdot18=8 \Rightarrow \boxed{a=62};
  • b=19R=80419=4a=61;\boxed{b=19} \Rightarrow R=80-4\cdot19=4 \Rightarrow \boxed{a=61};
  • b=20R=80420=0a=60;\boxed{b=20} \Rightarrow R=80-4\cdot20=0 \Rightarrow \boxed{a=60};

Deci problema are 44 soluții.