Here are the steps to solve this LP problem using the simplex method:
1) Write the problem in standard form by introducing slack/surplus variables:
Maximize Z = 3x1 + 5x2 + 4x3
Subject to:
2x1 + 3x2 + s1 = 8
2x2 + 5x3 - s2 = 10
3x1 + 2x2 + 4x3 - s3 = 15
x1, x2, x3, s1, s2, s3 ≥ 0
2) Initialize the basic feasible solution:
Basis: s1, s2, s3
Basic variables: s1 = 8