Given x + e*y = c, x + b*y = d, evaluate x, y.

asked by guest
on Oct 22, 2024 at 8:23 am



You asked:

Given \( x + e y = c \), \( x + b y = d \), evaluate \( x \), \( y \).

MathBot Answer:

The system of equations has infinitely many solutions.

$$\begin{aligned}x&=\frac{- b c + d e}{e - b}\\y&=\frac{c - d}{e - b}\end{aligned}$$