Y
Hacker News
new
|
ask
|
show
|
jobs
by
bpizzi
2969 days ago
For the posterity: {a+b=10;a-b=1} translates to {a+b=10;a=b +1}, thus the first equation is ((b+1)+b=10) giving (b=4.5), and from there we get (a=5.5).
1 comments
LolWolf
2969 days ago
Another fun way: add the two equations to get 2A=11 and subtract to get 2B=9.
link