Computer Science, asked by deveshramesh2903, 5 hours ago

Write a program that read the values for a, b, c, d, m and n,
and evaluates the following expressions.
x
1= md – bn x
2 = na - mc
ad – cb ad - cb

Answers

Answered by veeraswamy708
0

Answer:

The set has a unique solution · x1 = (md - bn)/(ad - cb) · x2 = (na - mc) / (ad - cb) · provided the denominator ad –cb is not equal to zero.

I hope it May helpful to you ...

Similar questions