Wie löst man für x in #ax = bx -c #?
Wie löst man für x in #ax = bx -c #? Antworten: #x=-c/(a-b)# Erläuterung: #“Collect terms in x on the left side „# #“subtract „bx“ from both sides“# #ax-bx=-c# #“take out a „color(blue)“common factor „x# #x(a-b)=-c# #“divide both sides by „a-b# #x=-c/(a-b)#