svp aidez moi merci je ne comprend pas comment trouver le calcul poir la fonction
Mathématiques
youb7113
Question
svp aidez moi merci
je ne comprend pas comment trouver le calcul poir la fonction
je ne comprend pas comment trouver le calcul poir la fonction
1 Réponse
-
1. Réponse ayuda
bjr
fonction affine : f(x) = ax + b
si f(2) = -4 on a donc f(2) = a * 2 + b = -4
si f(3) = -3 on a donc f(3) = a * 3 + b = -3
soit à résoudre
2a + b = -4
3a + b = -3
je les soustrais pour éliminer les b et je trouve
2a - 3a = -4 - (-3)
soit -a = -1
=> a = 1
et comme 2a + b = - 4
on a donc 2*1 + b = -4 => b = -6
au final :.
f(x) = 1x - 6 soit f(x) = x - 6