pull down to refresh
x
y
y = x * (x - 4)
y = (x -2) * (x - 4 + 1)
x * (x-4) = (x-2) * (x-3) => x^2 - 4x = x^2 - 5x + 6 => x = 6
xis the number of kids, andythe number of booksy = x * (x - 4), total number of booksxkids should get, andy = (x -2) * (x - 4 + 1), two fewer kids get one more book each for the same total.yto get number of books.