Evan H. answered 11/09/14
Tutor
4.8
(10)
Tutor for Math, Chem, Physics, and Computer Science!
let x = the number of students.
let y = the number of grapes total.
Since each student is getting 6 grapes and we have two left over, this word problem turns into the following equation:
6x + 2 = y (6x + 2 because y is the TOTAL number of grapes but we didn't use all of them so we have to add the 2 left over to = the total y)
Now if we change it so every student gets 7 grapes we have:
7x = y + 11 ( it's y + 11 because she had to buy 11 more grapes, but y is only the total that she had in her basket to begin with so we have to account for the fact that we added 11 more to the pool)
Solving this series of equations by substitution or elimination yields: the right answer but I prefer substitution so:
y = 6x+2(equation 1)
Substitute 6x+2 into equation 2 for y
7x = (6x+2) + 11
7x = 6x + 13
7x - 6x = 13
x = 13
Plug 13 into y = 6x + 2
y = 6(13)+2
y = 78 + 2
y = 80
x = 13 and y = 80.