133k views
2 votes
- A computer programmer can write 17 lines of code/every minute. An apprentice to the programmer can write 9 lines of code every minute Write an expression to represent the total number of lines of code the apprentice can write in a minute a combined with the programmer p.

User BroiSatse
by
3.9k points

2 Answers

5 votes

Answer:

17x + 9x

Explanation:

Variable x for number of minutes

Simply multiply the rate of each individual by the variable

Result: 17x + 9x

User Anuradha
by
3.7k points
3 votes

Answer: (17 + 9)x

Explanation:

x = number of minutes

17 = programmer amount per minute

9 = apprentice amount per minute

17x + 19x

(17 + 9)x

I hope this helped!

User Paul Janssens
by
3.5k points