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













5












$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?










share|cite|improve this question











$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
















5












$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?










share|cite|improve this question











$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














5












5








5


1



$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?










share|cite|improve this question











$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






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








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

















  • $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











3 Answers
3






active

oldest

votes


















8












$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$.






share|cite|improve this answer









$endgroup$




















    2












    $begingroup$

    The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$






    share|cite|improve this answer









    $endgroup$




















      1












      $begingroup$

      Finally, we get our first simplified linear equation:
      This step is wrong:



      $2x-12y=-9$ this should be your first equation.






      share|cite|improve this answer









      $endgroup$













        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
        );



        );













        draft saved

        draft discarded


















        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









        8












        $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$.






        share|cite|improve this answer









        $endgroup$

















          8












          $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$.






          share|cite|improve this answer









          $endgroup$















            8












            8








            8





            $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$.






            share|cite|improve this answer









            $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$.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Apr 23 at 12:06









            5xum5xum

            93.2k395162




            93.2k395162





















                2












                $begingroup$

                The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$






                share|cite|improve this answer









                $endgroup$

















                  2












                  $begingroup$

                  The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$






                  share|cite|improve this answer









                  $endgroup$















                    2












                    2








                    2





                    $begingroup$

                    The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$






                    share|cite|improve this answer









                    $endgroup$



                    The first equation simplifies to $$2x-12y=-9$$ and the second one to $$-7y-x=-2$$







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Apr 23 at 12:01









                    Dr. Sonnhard GraubnerDr. Sonnhard Graubner

                    79.6k42867




                    79.6k42867





















                        1












                        $begingroup$

                        Finally, we get our first simplified linear equation:
                        This step is wrong:



                        $2x-12y=-9$ this should be your first equation.






                        share|cite|improve this answer









                        $endgroup$

















                          1












                          $begingroup$

                          Finally, we get our first simplified linear equation:
                          This step is wrong:



                          $2x-12y=-9$ this should be your first equation.






                          share|cite|improve this answer









                          $endgroup$















                            1












                            1








                            1





                            $begingroup$

                            Finally, we get our first simplified linear equation:
                            This step is wrong:



                            $2x-12y=-9$ this should be your first equation.






                            share|cite|improve this answer









                            $endgroup$



                            Finally, we get our first simplified linear equation:
                            This step is wrong:



                            $2x-12y=-9$ this should be your first equation.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Apr 23 at 12:02









                            HS SinghHS Singh

                            112




                            112



























                                draft saved

                                draft discarded
















































                                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.




                                draft saved


                                draft discarded














                                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





















































                                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







                                Popular posts from this blog

                                Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                                Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                                Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form