34.4k views
4 votes
write a doubles fact to solve. there are 16 crayons in the box. some are green some are red. the number of green crayons is the same as the number of red crayons.

User Ian Selby
by
8.0k points

1 Answer

3 votes
Using r for red crayons, g for green crayons, and c for any color crayon:
r + g = 16, r = g = c
c + c = 16
2c = 16
c=8
r =8, g = 8


User Suli
by
8.4k points