1) Pick a variable for Anderson's number of carries.
let x = number of times Anderson carried the ball
2) Write an expression, in terms of this variable, for Brown's number of carries.
if x = number of times Anderson carried the ball, and if Anderson and Brown carried the ball 21 times together, then Brown carried the ball (21 - x) times
3) Note that the average yards per carry is the (hint!) quotient of the total yards carried and the number of carries. Use this fact to create new expressions, in terms of the variable and expression above, for the average yards for each player.
Anderson's average = 36/x
Brown's average = 54/(21-x)
4) Use these new expressions to create an equation reflecting the fact that Brown's average is twice Anderson's average.
54/(21-x) = 2(36/x)
5) Solve the equation.
can you finish now?