A bat and a ball together cost $1.10 if the bat is a dollar more than the ball, what is the price of the ball?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Hello all,
let a = bat, b = ball,
a + b = 1.10 (2nd)
a = b + 1 (1st)
By substituting 1st into 2nd ,
b + 1 + b = 1.10 b = 0.1 / 2 = 0.05 which is equivalent to 5 cents...