Homework Statement
A general system of linear equations is
ax+by=e
cx+dy=f
where a,b,c,d,e,f are constant values.
a)Use elimination to solve for x and y in terms of a,b,c,d,e,f.
b)Are there any values that a,b,c,d,e,f cannot have?The Attempt at a Solution
For part A, I got x=(e-f)/(a-c)...