Alright, we're dealing with a few values here, so let's give them some labels to save us some trouble down the road. We'll call the number of messages sent by Maria m, the number sent by Bill b and the number sent by Change (is that a real name?) c. We don't know exactly what each number is, but let's take a look at what information they do give us.
Change sent 2 times as many messages as Bill, or, using our variable for Change and Bill:
[tex]c=2b[/tex]
We're also given that Maria sent 7 messages more than Bill, which we can represent with:
[tex]m=b+7[/tex]
Notice that m and c are both in terms of b. We can use this for our next step. We're given at the beginning that together, Maria, Bill, and Change sent 71 messages over the weekend. As an equation using all of our variables, this translates to:
[tex]m+b+c=71[/tex]
Since m and c are both in terms of b, we can substitute those expressions in and solve for b:
[tex](b+7)+b+2b=71\\ b+7+b+2b=71\\ 7+4b=71\\ 4b=64\\ b=16[/tex]
Now that know that Bill sent 16 texts, we can find the numbers for Change and Maria:
[tex]m=b+7=16+7=23\\
c=2b=2(16)=32[/tex]
So, Bill sent 16 texts, Maria sent 23, and Change sent 32.