you spin each spinner and find the sum how many different sums are possible
 
											 
											Answer:
let's use a sample set.
8+8, 8+4, 8+5, 8+6, 8+7
4+8, 4+4, 4+5, 4+6, 4+7
5+8, 5+4, 5+5, 5+6, 5+7
6+8, 6+4, 6+5, 6+6, 6+7
7+8, 7+4, 7+5, 7+6, 7+7
There is 25 sums.