The given system of linear equations is:
x+2y+z=5
2x+y+αz=5
8x+4y+βz=18
For the system to have no solution, the determinant of the coefficient matrix D must be zero.
D=1282141αβ=0
Expanding along the first row:
1(β−4α)−2(2β−8α)+1(8−8)=0
β−4α−4β+16α=0
12α−3β=0
β=4α
To verify the no solution condition, substitute β=4α into the third equation:
8x+4y+4αz=18
4(2x+y+αz)=18
2x+y+αz=29
However, the second equation is 2x+y+αz=5. This results in a contradiction since 29=5. Thus, the system has no solution when β=4α.
Therefore, αβ=4.
Answer: 4