195k views
1 vote
1. Solve the system of equations 3r – 4s = 0 and 2r + 5s = 23.

2 Answers

3 votes
3r-4s=0

2r+5s=23
2r=23-5s
r=(23-5s)/2

then 3(23-5s)/2=4s
69-15s=8s
69=23s
s=3
and r=(23-15)/2=4
____________
I'm late, but...
User Akshay Pawar
by
7.6k points
3 votes
4s = 3r
s = 3/4*r
plug this into the second eqution and solve for the other variable:
2r +5(3/4)r = 23
23/4*r = 23
r = 4
plug this r into the above equation we solved:
s = 3/4*r
s = 3/4*4
s = 3
system is:
{r=4, s=3}
User Safet
by
8.9k points