|
Question 825664: [ One number is greater by 6 than twice another number, but 3 times the smaller exceeds the greater by one. Find the numbers. ]
Is this the right formula?
Y= 2x + 6
3x + y= 1
I am not sure
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! ---
it's important to define your variables right from the start.
doing so allows you to follow the logic of the problem statement, in clear mathematical form:
---
x = smaller number
y = larger number
---
y = 2x + 6
3x = y + 1
---
now you have a proper linear system:
---
put the system of linear equations into standard form:
---
2x - y = -6
3x - y = 1
---
copy and paste the above linear system in standard form into this matrix-method solver:
https://sooeet.com/math/system-of-linear-equations-solver.php
---
solution:
x = smaller number = 7
y = larger number = 20
---
system matrix
2 -1
3 -1
---
inverse of system matrix
-1 1
-3 2
---
determinant of system matrix = 1
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
|
|
|
| |