I think it is:
1 cup = 26 grams of protein
s cups = 26 x s
26s
100 sandwiches, using bun packages of 8...
100/8=12.5 Since you cant buy a half a package, round up to 13 packages
100 sandwiches, using bun packages of 12...
100/12=8.33 Since you cant have a third of a package, round up to 9 packages
Let's say that the value invested in the account with a rate of 8% is "x", then the amount invested in the account with a rate of 12% is:

To calculate the total interest we need to calculate the interest of each individual account and sum them:

The total interest is the sum of the two expressions above:

The value invested in the account with 8% interest is 830, the one invested in the account with 12% interest is 1280.
Classic Algebra and its unnecessarily complicated sentence structure. As you may have probably known, Algebra has its own "vocabulary set".
"the length of a rectangle exceeds its width by 6 inches" -> length is 6 in. longer than width -> l= w + 6
Since we're solving for the length and width, let's give them each variables.
length = l = w+6
width = w
The next bit of information is "the area is 40 square inches"
Applying the formula for the area of a rectangle we can set up:
l x w = 40
replace "l", or length, with it's alternate value.
(w+6) x w = 40
distribute
+ 6w = 40
subtract 40 from both sides
+ 6w - 40 = 0
factor
(w - 4)(w + 10) = 0
solve for w
w= 4, or -10
So great, we have 2 values; which one do we choose? Since this problem is referring to lengths and inches, we will have to choose the positive value. There is not such thing as a negative distance in the real world.
We now have half of the problem solved: width. Now we just need to find the length which we can do but substituting it back into the original alternate value of l.
l = w + 6
w=4
l = 4 + 6 = 10
The length is 10 in. and the width is 4 in. Hope this helps!