In a parking lot there are some cars and some bikes. If there are total 70 vehicles and 200 wheels altogether, find number of bikes.
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.
Let x = # of cars, y = # of bikes. Then x + y = 70, 4x + 2y = 200, or 2x + y = 100. Subtracting, x + 30. so y = 40.