#Equation with 2 Variables

16 messages · Page 1 of 1 (latest)

cinder apex
#

I have an equation eith 2 variables
| -27a+9b=-7.2
||-8a+4b=-7.2
What is the most effektive way of solving this equation?

limpid spindleBOT
celest siren
#

u have that the right hand sides in I and II have the same absolute value

#

so u can say:

#

-(-27a+9b)=-8a+4b

#

27a-9b=4b-8a

#

then add 9b on both sides

#

u get 27a=13b-8a

#

add 8a

#

both sides

#

35a=13b

#

b=(35/13)a

#

put that back in I

#

u get (315/13)*a-27a=-7.2

#

after simplifying we get a/13=1/5 which means a=13/5

#

put that back in II and get 4b=72/10 + 208/10