I can't see the photo ....
Hello!
Let's write some important information contained in the exercise:
• hotdogs: $2.59 (,x,)
,
• hamburgers: $5.29 (,y,)
He needs 11 packages. Let's write it:
• x + y = 11
He spent a total of $39.29. We can write it as:
• 2.59x + 5.29y = 39.29
Now, let's solve these two equations as a linear system:

First, let's isolate x in equation A:

Now, we will replace where's x by 11-y in equation B:

As I called the hamburgers as 'y', we know that he bought 4 packages of hamburgers.
Y=mx+b
m=slope
b=yint
find slope
slope between (x1,y1) and (x2,y2) is (y1-y2)/(x1-x2)
given
(-3,5) and (1,1)
slope=(5-1)/(-3-1)=4/-4=-1
y=-1x+b
find b
when x=1, then y=1
1=-1(1)+b
1=-1+b
add 1
2=b
y=-x+2