👤

Scrie toate numerele de forma 4a3b,unde a=b+3.aseazale apoi in ordine crescatoare.

Răspuns :

4a3b=?
a=b+3

b poate lua valorile: {0, 1, 2, 3, 4, 5, 6}
b=0 a=3 => 4a3b=4330
b=1 a=4 => 4a3b=4431
b=2 a=5 => 4a3b=4532
b=3 a=6 => 4a3b=4633
b=4 a=7 => 4a3b=4734
b=5 a=8 => 4a3b=4835
b=6 a=9 => 4a3b=4936

4a3b = {4330, 4431, 4532, 4633, 4734, 4835, 4936}

Sper ca te-am ajutat!