IdeasCuriosas - Every Question Deserves an Answer Logo

In Mathematics / Middle School | 2014-08-20

Solve the system of equations algebraically:

\[
4x + 2y = 7
\]

\[
y = 5x
\]

Asked by Kaileefaye

Answer (3)

\left\{\begin{array}{ccc}4x+2y=7\\y=5x\end{array}\right\\\\subtitute:\\\\4x+2(5x)=7\\\\4x+10x=7\\\\14x=7\ \ \ \ |divide\ both\ sides\ by\ 14\\\\x=\frac{7}{14}\\\\\boxed{x=\frac{1}{2}}\\\\y=5\times\frac{1}{2}\\\\\boxed{y=\frac{5}{2}}

Answered by Anonymous | 2024-06-10

Solving linear systems is sort of like a puzzle, and there are several ways to do this.
One technique is first to try to knock out one variable. You're allowed to manipulate with any of the two, as long as it is the whole equation, and you're allowed to add or subtract one equation from another.
What I would do first if multiply the second equation by 2. That gets me 2y=10x. Now I have 2y in both equations, so if I subtract them, the y variables go away. subtract (4x+2y=7) - (2y=10x), and I get (4x=7-10x). Solve for x: 14x=7 ==> x=0.5.
Now just plug in x to either equation. I choose the second: y=5(0.5) = 2.5. Then make sure to check your work by plugging in x and y in both equations. (1) 4x+2y=7 ==> 4(0.5)+2(2.5)=7 ==> 2+5=7 Check (2) y=5x ==> 2.5=5(2.5) Check
So x=0.5 and y=2.5 solves the system.

Answered by iceyinyeung | 2024-06-10

Using substitution, we solve the equations to find x = 2 1 ​ and y = 2 5 ​ . These values satisfy both equations in the system. Thus, the solution is ( x , y ) = ( 2 1 ​ , 2 5 ​ ) .
;

Answered by Anonymous | 2024-09-04