Can't solve system of linear equations (that need simplification first)System of linear equations in 8 variablesChecking if systems of linear equations are equivalentLinear system of equations of three variables confusion about determinismSolve nonlinear system of equationsSystem of two quadratic equationsFinding a unified ratio from two separate ratiosHow do we get from $ln A=ln P+rn$ to $A=Pe^rn$ and similar logarithmic equations?Dividing higher-order algebraic expressionsSimplifying a polynomialSimplyfying $(x^2-y^2)^frac12times(x-y)^frac32times(x+y)^frac-12$ algebraic experssion
Map of water taps to fill bottles
How to display Aura JS Errors Lightning Out
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
What happened to Captain America in Endgame?
Why did C use the -> operator instead of reusing the . operator?
How to limit Drive Letters Windows assigns to new removable USB drives
Don’t seats that recline flat defeat the purpose of having seatbelts?
What is causing the white spot to appear in some of my pictures
Why does nature favour the Laplacian?
555 timer FM transmitter
Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
Can someone publish a story that happened to you?
Aliens crash on Earth and go into stasis to wait for technology to fix their ship
How much cash can I safely carry into the USA and avoid civil forfeiture?
How does Captain America channel this power?
Can SQL Server create collisions in system generated constraint names?
Why do games have consumables?
How to stop co-workers from teasing me because I know Russian?
What's the polite way to say "I need to urinate"?
Is it idiomatic to construct against `this`
How do I check if a string is entirely made of the same substring?
Can I grease a crank spindle/bracket without disassembling the crank set?
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
Can't solve system of linear equations (that need simplification first)
System of linear equations in 8 variablesChecking if systems of linear equations are equivalentLinear system of equations of three variables confusion about determinismSolve nonlinear system of equationsSystem of two quadratic equationsFinding a unified ratio from two separate ratiosHow do we get from $ln A=ln P+rn$ to $A=Pe^rn$ and similar logarithmic equations?Dividing higher-order algebraic expressionsSimplifying a polynomialSimplyfying $(x^2-y^2)^frac12times(x-y)^frac32times(x+y)^frac-12$ algebraic experssion
$begingroup$
I'm self-studying from Stroud & Booth's amazing "Engineering Mathematics", and am stuck on a problem at the end of the "Linear Equations" chapter.
I've a system of two linear equations:
$$frac3x+24 - fracx+2y2 = fracx-312$$
$$frac2y+15 + fracx-3y4 = frac3x+110$$
So, these two first need to be simplified. I assume that the LSM for the first one (for 2, 4 and 12) is 12, so we have:
$$12frac3x+24 - 12fracx+2y2 = 12fracx-312$$
Simplifying further, we have:
$$3(3x+2) - 6(x+2y) = (x-3)$$
$$9x + 6 - 6x - 12 y = x - 3$$
$$9x -6x -x - 12y = -3 +6$$
Finally, we get our first simplified linear equation:
$$2x - 12y = 3$$
Now, onto the second one. The LSM of 5, 4 and 10 is 20, so we have:
$$20frac2y+15 + 20fracx-3y4 = 20frac3x+110$$
Simplifying further, we have:
$$4(2y+1) + 5(x-3y) = 2(3x + 1)$$
$$8y + 4 + 5x - 15y = 6x + 2$$
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation:
$$-x -7y = 2$$
Now we can solve our system of linear equations:
$$2x - 12y = 3$$
$$-x -7y = 4$$
Multiplying the second one by 2:
$$2x - 12y = 3$$
$$-2x -14y = 4$$
Now, we add the two equations, and get:
$$-26y = 7$$
Solving for $y$, we get:
$$y = -frac726$$
which I'm fairly certain is not a correct answer.
Can anyone see where I'm going wrong here?
algebra-precalculus self-learning
$endgroup$
add a comment |
$begingroup$
I'm self-studying from Stroud & Booth's amazing "Engineering Mathematics", and am stuck on a problem at the end of the "Linear Equations" chapter.
I've a system of two linear equations:
$$frac3x+24 - fracx+2y2 = fracx-312$$
$$frac2y+15 + fracx-3y4 = frac3x+110$$
So, these two first need to be simplified. I assume that the LSM for the first one (for 2, 4 and 12) is 12, so we have:
$$12frac3x+24 - 12fracx+2y2 = 12fracx-312$$
Simplifying further, we have:
$$3(3x+2) - 6(x+2y) = (x-3)$$
$$9x + 6 - 6x - 12 y = x - 3$$
$$9x -6x -x - 12y = -3 +6$$
Finally, we get our first simplified linear equation:
$$2x - 12y = 3$$
Now, onto the second one. The LSM of 5, 4 and 10 is 20, so we have:
$$20frac2y+15 + 20fracx-3y4 = 20frac3x+110$$
Simplifying further, we have:
$$4(2y+1) + 5(x-3y) = 2(3x + 1)$$
$$8y + 4 + 5x - 15y = 6x + 2$$
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation:
$$-x -7y = 2$$
Now we can solve our system of linear equations:
$$2x - 12y = 3$$
$$-x -7y = 4$$
Multiplying the second one by 2:
$$2x - 12y = 3$$
$$-2x -14y = 4$$
Now, we add the two equations, and get:
$$-26y = 7$$
Solving for $y$, we get:
$$y = -frac726$$
which I'm fairly certain is not a correct answer.
Can anyone see where I'm going wrong here?
algebra-precalculus self-learning
$endgroup$
$begingroup$
When you take the $+6$ from the left hand side to the right hand side of the equal sign in the first equation you must switch its sign and it wil become $-6$. And in the second equation $2-4=-2$ and not $2$. So you'll get that $y=frac12$ at the end
$endgroup$
– Fareed AF
Apr 23 at 12:04
add a comment |
$begingroup$
I'm self-studying from Stroud & Booth's amazing "Engineering Mathematics", and am stuck on a problem at the end of the "Linear Equations" chapter.
I've a system of two linear equations:
$$frac3x+24 - fracx+2y2 = fracx-312$$
$$frac2y+15 + fracx-3y4 = frac3x+110$$
So, these two first need to be simplified. I assume that the LSM for the first one (for 2, 4 and 12) is 12, so we have:
$$12frac3x+24 - 12fracx+2y2 = 12fracx-312$$
Simplifying further, we have:
$$3(3x+2) - 6(x+2y) = (x-3)$$
$$9x + 6 - 6x - 12 y = x - 3$$
$$9x -6x -x - 12y = -3 +6$$
Finally, we get our first simplified linear equation:
$$2x - 12y = 3$$
Now, onto the second one. The LSM of 5, 4 and 10 is 20, so we have:
$$20frac2y+15 + 20fracx-3y4 = 20frac3x+110$$
Simplifying further, we have:
$$4(2y+1) + 5(x-3y) = 2(3x + 1)$$
$$8y + 4 + 5x - 15y = 6x + 2$$
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation:
$$-x -7y = 2$$
Now we can solve our system of linear equations:
$$2x - 12y = 3$$
$$-x -7y = 4$$
Multiplying the second one by 2:
$$2x - 12y = 3$$
$$-2x -14y = 4$$
Now, we add the two equations, and get:
$$-26y = 7$$
Solving for $y$, we get:
$$y = -frac726$$
which I'm fairly certain is not a correct answer.
Can anyone see where I'm going wrong here?
algebra-precalculus self-learning
$endgroup$
I'm self-studying from Stroud & Booth's amazing "Engineering Mathematics", and am stuck on a problem at the end of the "Linear Equations" chapter.
I've a system of two linear equations:
$$frac3x+24 - fracx+2y2 = fracx-312$$
$$frac2y+15 + fracx-3y4 = frac3x+110$$
So, these two first need to be simplified. I assume that the LSM for the first one (for 2, 4 and 12) is 12, so we have:
$$12frac3x+24 - 12fracx+2y2 = 12fracx-312$$
Simplifying further, we have:
$$3(3x+2) - 6(x+2y) = (x-3)$$
$$9x + 6 - 6x - 12 y = x - 3$$
$$9x -6x -x - 12y = -3 +6$$
Finally, we get our first simplified linear equation:
$$2x - 12y = 3$$
Now, onto the second one. The LSM of 5, 4 and 10 is 20, so we have:
$$20frac2y+15 + 20fracx-3y4 = 20frac3x+110$$
Simplifying further, we have:
$$4(2y+1) + 5(x-3y) = 2(3x + 1)$$
$$8y + 4 + 5x - 15y = 6x + 2$$
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation:
$$-x -7y = 2$$
Now we can solve our system of linear equations:
$$2x - 12y = 3$$
$$-x -7y = 4$$
Multiplying the second one by 2:
$$2x - 12y = 3$$
$$-2x -14y = 4$$
Now, we add the two equations, and get:
$$-26y = 7$$
Solving for $y$, we get:
$$y = -frac726$$
which I'm fairly certain is not a correct answer.
Can anyone see where I'm going wrong here?
algebra-precalculus self-learning
algebra-precalculus self-learning
edited Apr 23 at 17:03
neuron
asked Apr 23 at 11:57
neuronneuron
29217
29217
$begingroup$
When you take the $+6$ from the left hand side to the right hand side of the equal sign in the first equation you must switch its sign and it wil become $-6$. And in the second equation $2-4=-2$ and not $2$. So you'll get that $y=frac12$ at the end
$endgroup$
– Fareed AF
Apr 23 at 12:04
add a comment |
$begingroup$
When you take the $+6$ from the left hand side to the right hand side of the equal sign in the first equation you must switch its sign and it wil become $-6$. And in the second equation $2-4=-2$ and not $2$. So you'll get that $y=frac12$ at the end
$endgroup$
– Fareed AF
Apr 23 at 12:04
$begingroup$
When you take the $+6$ from the left hand side to the right hand side of the equal sign in the first equation you must switch its sign and it wil become $-6$. And in the second equation $2-4=-2$ and not $2$. So you'll get that $y=frac12$ at the end
$endgroup$
– Fareed AF
Apr 23 at 12:04
$begingroup$
When you take the $+6$ from the left hand side to the right hand side of the equal sign in the first equation you must switch its sign and it wil become $-6$. And in the second equation $2-4=-2$ and not $2$. So you'll get that $y=frac12$ at the end
$endgroup$
– Fareed AF
Apr 23 at 12:04
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The first mistake I see is here:
$$9x + 6 - 6x - 12 y = x - 3$$ $$9x -6x -x - 12y = -3 +6$$
The second line should read
$$9x-6x-x-12y=-3-6$$
you forgot to invert the sign when moving $6$ to the other side of the $=$ sign.
You were equally sloppy with the second equation, when you did this:
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation: $$-x -7y = 2$$
In fact, $2-4$ is not equal to $2$.
$endgroup$
add a comment |
$begingroup$
The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$
$endgroup$
add a comment |
$begingroup$
Finally, we get our first simplified linear equation:
This step is wrong:
$2x-12y=-9$ this should be your first equation.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3198159%2fcant-solve-system-of-linear-equations-that-need-simplification-first%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The first mistake I see is here:
$$9x + 6 - 6x - 12 y = x - 3$$ $$9x -6x -x - 12y = -3 +6$$
The second line should read
$$9x-6x-x-12y=-3-6$$
you forgot to invert the sign when moving $6$ to the other side of the $=$ sign.
You were equally sloppy with the second equation, when you did this:
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation: $$-x -7y = 2$$
In fact, $2-4$ is not equal to $2$.
$endgroup$
add a comment |
$begingroup$
The first mistake I see is here:
$$9x + 6 - 6x - 12 y = x - 3$$ $$9x -6x -x - 12y = -3 +6$$
The second line should read
$$9x-6x-x-12y=-3-6$$
you forgot to invert the sign when moving $6$ to the other side of the $=$ sign.
You were equally sloppy with the second equation, when you did this:
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation: $$-x -7y = 2$$
In fact, $2-4$ is not equal to $2$.
$endgroup$
add a comment |
$begingroup$
The first mistake I see is here:
$$9x + 6 - 6x - 12 y = x - 3$$ $$9x -6x -x - 12y = -3 +6$$
The second line should read
$$9x-6x-x-12y=-3-6$$
you forgot to invert the sign when moving $6$ to the other side of the $=$ sign.
You were equally sloppy with the second equation, when you did this:
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation: $$-x -7y = 2$$
In fact, $2-4$ is not equal to $2$.
$endgroup$
The first mistake I see is here:
$$9x + 6 - 6x - 12 y = x - 3$$ $$9x -6x -x - 12y = -3 +6$$
The second line should read
$$9x-6x-x-12y=-3-6$$
you forgot to invert the sign when moving $6$ to the other side of the $=$ sign.
You were equally sloppy with the second equation, when you did this:
$$5x - 6x + 8y - 15y = 2 - 4$$
We get our second simplified linear equation: $$-x -7y = 2$$
In fact, $2-4$ is not equal to $2$.
answered Apr 23 at 12:06
5xum5xum
93.2k395162
93.2k395162
add a comment |
add a comment |
$begingroup$
The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$
$endgroup$
add a comment |
$begingroup$
The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$
$endgroup$
add a comment |
$begingroup$
The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$
$endgroup$
The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$
answered Apr 23 at 12:01
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
79.6k42867
79.6k42867
add a comment |
add a comment |
$begingroup$
Finally, we get our first simplified linear equation:
This step is wrong:
$2x-12y=-9$ this should be your first equation.
$endgroup$
add a comment |
$begingroup$
Finally, we get our first simplified linear equation:
This step is wrong:
$2x-12y=-9$ this should be your first equation.
$endgroup$
add a comment |
$begingroup$
Finally, we get our first simplified linear equation:
This step is wrong:
$2x-12y=-9$ this should be your first equation.
$endgroup$
Finally, we get our first simplified linear equation:
This step is wrong:
$2x-12y=-9$ this should be your first equation.
answered Apr 23 at 12:02
HS SinghHS Singh
112
112
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3198159%2fcant-solve-system-of-linear-equations-that-need-simplification-first%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
When you take the $+6$ from the left hand side to the right hand side of the equal sign in the first equation you must switch its sign and it wil become $-6$. And in the second equation $2-4=-2$ and not $2$. So you'll get that $y=frac12$ at the end
$endgroup$
– Fareed AF
Apr 23 at 12:04