Simplify the following symbolic statement

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Simplify the following symbolic statement



$(xgt3)lor(xgt10)$



The answer given is : $(xgt3)$



Why is this the answer?







share|cite|improve this question


















  • 2




    $x>10implies x>3.$
    – mfl
    Aug 19 at 10:23










  • To help you understand what this symbolic statement is about, you can make for yourself een logical table as a function of the variable x. For example for x=2 you see that the statement (x>3) is not true, hence 0. Also (x>10) is not true. Next check the case x=7. And then check x=12. Finally apply the OR operator to the results.
    – M. Wind
    Aug 19 at 19:33















up vote
0
down vote

favorite












Simplify the following symbolic statement



$(xgt3)lor(xgt10)$



The answer given is : $(xgt3)$



Why is this the answer?







share|cite|improve this question


















  • 2




    $x>10implies x>3.$
    – mfl
    Aug 19 at 10:23










  • To help you understand what this symbolic statement is about, you can make for yourself een logical table as a function of the variable x. For example for x=2 you see that the statement (x>3) is not true, hence 0. Also (x>10) is not true. Next check the case x=7. And then check x=12. Finally apply the OR operator to the results.
    – M. Wind
    Aug 19 at 19:33













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Simplify the following symbolic statement



$(xgt3)lor(xgt10)$



The answer given is : $(xgt3)$



Why is this the answer?







share|cite|improve this question














Simplify the following symbolic statement



$(xgt3)lor(xgt10)$



The answer given is : $(xgt3)$



Why is this the answer?









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 20 at 16:09









Asaf Karagila♦

293k31408736




293k31408736










asked Aug 19 at 10:21









stochasticmrfox

216




216







  • 2




    $x>10implies x>3.$
    – mfl
    Aug 19 at 10:23










  • To help you understand what this symbolic statement is about, you can make for yourself een logical table as a function of the variable x. For example for x=2 you see that the statement (x>3) is not true, hence 0. Also (x>10) is not true. Next check the case x=7. And then check x=12. Finally apply the OR operator to the results.
    – M. Wind
    Aug 19 at 19:33













  • 2




    $x>10implies x>3.$
    – mfl
    Aug 19 at 10:23










  • To help you understand what this symbolic statement is about, you can make for yourself een logical table as a function of the variable x. For example for x=2 you see that the statement (x>3) is not true, hence 0. Also (x>10) is not true. Next check the case x=7. And then check x=12. Finally apply the OR operator to the results.
    – M. Wind
    Aug 19 at 19:33








2




2




$x>10implies x>3.$
– mfl
Aug 19 at 10:23




$x>10implies x>3.$
– mfl
Aug 19 at 10:23












To help you understand what this symbolic statement is about, you can make for yourself een logical table as a function of the variable x. For example for x=2 you see that the statement (x>3) is not true, hence 0. Also (x>10) is not true. Next check the case x=7. And then check x=12. Finally apply the OR operator to the results.
– M. Wind
Aug 19 at 19:33





To help you understand what this symbolic statement is about, you can make for yourself een logical table as a function of the variable x. For example for x=2 you see that the statement (x>3) is not true, hence 0. Also (x>10) is not true. Next check the case x=7. And then check x=12. Finally apply the OR operator to the results.
– M. Wind
Aug 19 at 19:33











1 Answer
1






active

oldest

votes

















up vote
1
down vote













The statement $(x gt 3 ) cup ( x gt 10 )$ given by you, is basically -




$x$ is greater than 3 OR $x$ is greater than 10




written in symbolic form.




Now, it should be obvious to you that $( x gt 10 ) Rightarrow ( xgt 3 )$ , as pointed out by @mfl in the comments. Thus, the statement reduces to



$( x gt 3 ) cup ( x gt 10 ) = x :x gt 3 or x gt 10 =x: xgt 3=( x gt 3)$




Now, take a look at the logic provided by @M. Wind. Once, you realize how the interaction of the two conditions with the 'OR' operator renders the second condition meaningless, the result is trivial and obvious.



Basically, whenever $x$ is greater than 10, it is already greater than 3; and the OR statement means that we only have to check for the truth of one condition, which in this case is $xgt 3$. Another way of looking at it is that $xgt 3 $ already contains both the conditions, allowing us to neglect $x gt 10$ as already contained in $xgt 3$ by virtue if the 'OR' condition.






share|cite|improve this answer






















    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f2887566%2fsimplify-the-following-symbolic-statement%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    The statement $(x gt 3 ) cup ( x gt 10 )$ given by you, is basically -




    $x$ is greater than 3 OR $x$ is greater than 10




    written in symbolic form.




    Now, it should be obvious to you that $( x gt 10 ) Rightarrow ( xgt 3 )$ , as pointed out by @mfl in the comments. Thus, the statement reduces to



    $( x gt 3 ) cup ( x gt 10 ) = x :x gt 3 or x gt 10 =x: xgt 3=( x gt 3)$




    Now, take a look at the logic provided by @M. Wind. Once, you realize how the interaction of the two conditions with the 'OR' operator renders the second condition meaningless, the result is trivial and obvious.



    Basically, whenever $x$ is greater than 10, it is already greater than 3; and the OR statement means that we only have to check for the truth of one condition, which in this case is $xgt 3$. Another way of looking at it is that $xgt 3 $ already contains both the conditions, allowing us to neglect $x gt 10$ as already contained in $xgt 3$ by virtue if the 'OR' condition.






    share|cite|improve this answer


























      up vote
      1
      down vote













      The statement $(x gt 3 ) cup ( x gt 10 )$ given by you, is basically -




      $x$ is greater than 3 OR $x$ is greater than 10




      written in symbolic form.




      Now, it should be obvious to you that $( x gt 10 ) Rightarrow ( xgt 3 )$ , as pointed out by @mfl in the comments. Thus, the statement reduces to



      $( x gt 3 ) cup ( x gt 10 ) = x :x gt 3 or x gt 10 =x: xgt 3=( x gt 3)$




      Now, take a look at the logic provided by @M. Wind. Once, you realize how the interaction of the two conditions with the 'OR' operator renders the second condition meaningless, the result is trivial and obvious.



      Basically, whenever $x$ is greater than 10, it is already greater than 3; and the OR statement means that we only have to check for the truth of one condition, which in this case is $xgt 3$. Another way of looking at it is that $xgt 3 $ already contains both the conditions, allowing us to neglect $x gt 10$ as already contained in $xgt 3$ by virtue if the 'OR' condition.






      share|cite|improve this answer
























        up vote
        1
        down vote










        up vote
        1
        down vote









        The statement $(x gt 3 ) cup ( x gt 10 )$ given by you, is basically -




        $x$ is greater than 3 OR $x$ is greater than 10




        written in symbolic form.




        Now, it should be obvious to you that $( x gt 10 ) Rightarrow ( xgt 3 )$ , as pointed out by @mfl in the comments. Thus, the statement reduces to



        $( x gt 3 ) cup ( x gt 10 ) = x :x gt 3 or x gt 10 =x: xgt 3=( x gt 3)$




        Now, take a look at the logic provided by @M. Wind. Once, you realize how the interaction of the two conditions with the 'OR' operator renders the second condition meaningless, the result is trivial and obvious.



        Basically, whenever $x$ is greater than 10, it is already greater than 3; and the OR statement means that we only have to check for the truth of one condition, which in this case is $xgt 3$. Another way of looking at it is that $xgt 3 $ already contains both the conditions, allowing us to neglect $x gt 10$ as already contained in $xgt 3$ by virtue if the 'OR' condition.






        share|cite|improve this answer














        The statement $(x gt 3 ) cup ( x gt 10 )$ given by you, is basically -




        $x$ is greater than 3 OR $x$ is greater than 10




        written in symbolic form.




        Now, it should be obvious to you that $( x gt 10 ) Rightarrow ( xgt 3 )$ , as pointed out by @mfl in the comments. Thus, the statement reduces to



        $( x gt 3 ) cup ( x gt 10 ) = x :x gt 3 or x gt 10 =x: xgt 3=( x gt 3)$




        Now, take a look at the logic provided by @M. Wind. Once, you realize how the interaction of the two conditions with the 'OR' operator renders the second condition meaningless, the result is trivial and obvious.



        Basically, whenever $x$ is greater than 10, it is already greater than 3; and the OR statement means that we only have to check for the truth of one condition, which in this case is $xgt 3$. Another way of looking at it is that $xgt 3 $ already contains both the conditions, allowing us to neglect $x gt 10$ as already contained in $xgt 3$ by virtue if the 'OR' condition.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Aug 20 at 16:11

























        answered Aug 20 at 16:06









        DevashishKaushik

        16714




        16714






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2887566%2fsimplify-the-following-symbolic-statement%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            How to combine Bézier curves to a surface?

            Mutual Information Always Non-negative

            Why am i infinitely getting the same tweet with the Twitter Search API?