The volume of the parallelepiped formed by three vectors a,b,c is given by the scalar triple product:V=​a⋅(b×c)​.Step 1: Compute the cross product b×c: b=3i+j−k,c=5i+2j−7k.The cross product is: b×c=​i^​j^​​k^3​1​−15​2​−7​​.Using the determinant formula: =i^​1​−12​−7​​−j^​​3​−15​−7​​+k^​3​15​2​​.This simplifies to: =i^(1(−7)−(−1)(2))−j^​(3(−7)−(−1)(5))+k^(3(2)−1(5))=i^(−7+2)−j^​(−21+5)+k^(6−5)=−5i^+16j^​+k^.Thus, b×c=−5i^+16j^​+k^.Step 2: Compute the dot product a⋅(b×c): a=i−j+k.Now, take the dot product: a⋅(b×c)=(i−j+k)⋅(−5i^+16j^​+k^).This gives: =1(−5)+(−1)(16)+1(1)=−5−16+1=−20.Step 3: The volume is the absolute value of this result: V=∣−20∣=20.Thus, the volume of the parallelepiped is 20 cubic units.Therefore, the correct answer is option (B).Quick Tip: The volume of a parallelepiped can be found using the scalar triple product ​a⋅(b×c)​. Remember to compute the cross product first and then the dot product.