Distance between two coordinatesdistance between two landmarks..Find distance between two stations given travel times of trainsDistance between two 3D vectorsDistance between two 3D linesFind the distance between two pointsStraight distance between two townsFinding x-coordinate of a parabola's vertex given the y-coordinates of two points and the distance between themDistance Between Two AirplanesDistance between two stationsMinimum distance between two boats travelling in different velocities

Make a Bowl of Alphabet Soup

C++ check if statement can be evaluated constexpr

How to get directions in deep space?

A variation to the phrase "hanging over my shoulders"

Pre-mixing cryogenic fuels and using only one fuel tank

How much of a Devil Fruit must be consumed to gain the power?

I found an audio circuit and I built it just fine, but I find it a bit too quiet. How do I amplify the output so that it is a bit louder?

What is the English pronunciation of "pain au chocolat"?

Why is the Sun approximated as a black body at ~ 5800 K?

How could a planet have erratic days?

Mimic lecturing on blackboard, facing audience

How would you translate "more" for use as an interface button?

Did the UK lift the requirement for registering SIM cards?

What kind of floor tile is this?

Why does this expression simplify as such?

Can you use Vicious Mockery to win an argument or gain favours?

What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?

Why do ¬, ∀ and ∃ have the same precedence?

How can I write humor as character trait?

Are cause and effect the same as in our Universe in a non-relativistic, Newtonian Universe in which the speed of light is infinite?

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

Does the reader need to like the PoV character?

Taxes on Dividends in a Roth IRA

How to explain what's wrong with this application of the chain rule?



Distance between two coordinates


distance between two landmarks..Find distance between two stations given travel times of trainsDistance between two 3D vectorsDistance between two 3D linesFind the distance between two pointsStraight distance between two townsFinding x-coordinate of a parabola's vertex given the y-coordinates of two points and the distance between themDistance Between Two AirplanesDistance between two stationsMinimum distance between two boats travelling in different velocities













1












$begingroup$


I'm working through the exercises on online cnx book Algebra and Trigonometry here.



If the coordinates on a map for San Francisco are $(53,17)$ and the coordinates of San Jose are $(76, -12)$, find the distance between the two cities.



Throughout this chapter I have been learning about Cartesian coordinate system, distance formula with Pythagoras' theorem and the mid point formula.



The solution provided is $37$.



With what I have learned in the chapter I cannot arrive at $37$. If there were $3$ points and the distance was a hypotenuse I could use the Pythagoras formula. But there are only two pairs of coordinates provided.



Given I know that San Francisco is north of San Jose, I tried calculating the distance between the $Y$ coordinates:



distance = $y_2 - y_1 = 17- -12 = 29$.



How can I arrive at $37$?



Edit. Adding my sketch to demonstrate my confusion:
enter image description here



I cannot see how the Pythagoras theorem applies since I do not know the length of sides A and B?










share|cite|improve this question











$endgroup$
















    1












    $begingroup$


    I'm working through the exercises on online cnx book Algebra and Trigonometry here.



    If the coordinates on a map for San Francisco are $(53,17)$ and the coordinates of San Jose are $(76, -12)$, find the distance between the two cities.



    Throughout this chapter I have been learning about Cartesian coordinate system, distance formula with Pythagoras' theorem and the mid point formula.



    The solution provided is $37$.



    With what I have learned in the chapter I cannot arrive at $37$. If there were $3$ points and the distance was a hypotenuse I could use the Pythagoras formula. But there are only two pairs of coordinates provided.



    Given I know that San Francisco is north of San Jose, I tried calculating the distance between the $Y$ coordinates:



    distance = $y_2 - y_1 = 17- -12 = 29$.



    How can I arrive at $37$?



    Edit. Adding my sketch to demonstrate my confusion:
    enter image description here



    I cannot see how the Pythagoras theorem applies since I do not know the length of sides A and B?










    share|cite|improve this question











    $endgroup$














      1












      1








      1


      0



      $begingroup$


      I'm working through the exercises on online cnx book Algebra and Trigonometry here.



      If the coordinates on a map for San Francisco are $(53,17)$ and the coordinates of San Jose are $(76, -12)$, find the distance between the two cities.



      Throughout this chapter I have been learning about Cartesian coordinate system, distance formula with Pythagoras' theorem and the mid point formula.



      The solution provided is $37$.



      With what I have learned in the chapter I cannot arrive at $37$. If there were $3$ points and the distance was a hypotenuse I could use the Pythagoras formula. But there are only two pairs of coordinates provided.



      Given I know that San Francisco is north of San Jose, I tried calculating the distance between the $Y$ coordinates:



      distance = $y_2 - y_1 = 17- -12 = 29$.



      How can I arrive at $37$?



      Edit. Adding my sketch to demonstrate my confusion:
      enter image description here



      I cannot see how the Pythagoras theorem applies since I do not know the length of sides A and B?










      share|cite|improve this question











      $endgroup$




      I'm working through the exercises on online cnx book Algebra and Trigonometry here.



      If the coordinates on a map for San Francisco are $(53,17)$ and the coordinates of San Jose are $(76, -12)$, find the distance between the two cities.



      Throughout this chapter I have been learning about Cartesian coordinate system, distance formula with Pythagoras' theorem and the mid point formula.



      The solution provided is $37$.



      With what I have learned in the chapter I cannot arrive at $37$. If there were $3$ points and the distance was a hypotenuse I could use the Pythagoras formula. But there are only two pairs of coordinates provided.



      Given I know that San Francisco is north of San Jose, I tried calculating the distance between the $Y$ coordinates:



      distance = $y_2 - y_1 = 17- -12 = 29$.



      How can I arrive at $37$?



      Edit. Adding my sketch to demonstrate my confusion:
      enter image description here



      I cannot see how the Pythagoras theorem applies since I do not know the length of sides A and B?







      algebra-precalculus






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 14 at 16:22







      Doug Fir

















      asked Mar 14 at 16:00









      Doug FirDoug Fir

      4188




      4188




















          3 Answers
          3






          active

          oldest

          votes


















          1












          $begingroup$

          The distance is $sqrt23^2+29^2 approx 37$ according to Pythagoras, the $x$-distance is $23$ and $y$-distance is $29$ as you concluded. So did you use Pythagoras correctly?






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            I'm confused because I drew a right angled triangle on paper. One end of the hypotenuse is San Francisco, San Jose at the other. To use the Pythagoras formula I thought that I needed to have the distances of both the smaller sides? I can see you using the theorem and arriving at the correct answer, but how would this look if I was drawing the points on a triangle on paper?
            $endgroup$
            – Doug Fir
            Mar 14 at 16:10










          • $begingroup$
            @DougFir The hypotenuse is always opposite to the right angle ($90$ degrees), did you count for this in your picture? Btw, you did calculate one of the smaller distances, for $y$, correctly. Now do this again for $x$. Then 'plug' it in Pythagoras.
            $endgroup$
            – Max
            Mar 14 at 16:12











          • $begingroup$
            Added a sketch to my post to show where I'm confused. How can I calculate the distance of the hypotenuse if I don't know A and B?
            $endgroup$
            – Doug Fir
            Mar 14 at 16:23






          • 1




            $begingroup$
            @DougFir You do know A and B; A is the $x$-distance and B is the $y$-distance, as you calculated. Does this help you reach the final conclusion?
            $endgroup$
            – Max
            Mar 14 at 16:26











          • $begingroup$
            Yes, it clicked when you put it that way. Thank you!
            $endgroup$
            – Doug Fir
            Mar 14 at 16:47


















          1












          $begingroup$

          The distance $d$ between two points $(x_1,y_1)$ and $(x_2,y_2)$ is given by $d = sqrt(x_2-x_1)^2 + (y_2-y_1)^2 $. Can you apply this?



          (The formula is a simple consequence of the Pythagorean theorem).






          share|cite|improve this answer









          $endgroup$




















            1












            $begingroup$

            enter image description here



            Find the distances between the two cities' x and y coordinates and apply the Pythagorean theorem:



            $$
            Delta x=76-53=23\
            Delta y=17+12=29\
            Distance=sqrtDelta x^2+Delta y^2=sqrt23^2+29^2approx 37 length units
            $$



            You could use something called the absolute value to find the distances, but in this case it is not really necessary as you could easily see that the distance between the x points $53$ and $76$ is equal to $76-53$ and the distance between the y points $17$ and $-12$ is equal to $17 + 12$.






            share|cite|improve this answer











            $endgroup$












              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',
              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%2f3148179%2fdistance-between-two-coordinates%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









              1












              $begingroup$

              The distance is $sqrt23^2+29^2 approx 37$ according to Pythagoras, the $x$-distance is $23$ and $y$-distance is $29$ as you concluded. So did you use Pythagoras correctly?






              share|cite|improve this answer









              $endgroup$












              • $begingroup$
                I'm confused because I drew a right angled triangle on paper. One end of the hypotenuse is San Francisco, San Jose at the other. To use the Pythagoras formula I thought that I needed to have the distances of both the smaller sides? I can see you using the theorem and arriving at the correct answer, but how would this look if I was drawing the points on a triangle on paper?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:10










              • $begingroup$
                @DougFir The hypotenuse is always opposite to the right angle ($90$ degrees), did you count for this in your picture? Btw, you did calculate one of the smaller distances, for $y$, correctly. Now do this again for $x$. Then 'plug' it in Pythagoras.
                $endgroup$
                – Max
                Mar 14 at 16:12











              • $begingroup$
                Added a sketch to my post to show where I'm confused. How can I calculate the distance of the hypotenuse if I don't know A and B?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:23






              • 1




                $begingroup$
                @DougFir You do know A and B; A is the $x$-distance and B is the $y$-distance, as you calculated. Does this help you reach the final conclusion?
                $endgroup$
                – Max
                Mar 14 at 16:26











              • $begingroup$
                Yes, it clicked when you put it that way. Thank you!
                $endgroup$
                – Doug Fir
                Mar 14 at 16:47















              1












              $begingroup$

              The distance is $sqrt23^2+29^2 approx 37$ according to Pythagoras, the $x$-distance is $23$ and $y$-distance is $29$ as you concluded. So did you use Pythagoras correctly?






              share|cite|improve this answer









              $endgroup$












              • $begingroup$
                I'm confused because I drew a right angled triangle on paper. One end of the hypotenuse is San Francisco, San Jose at the other. To use the Pythagoras formula I thought that I needed to have the distances of both the smaller sides? I can see you using the theorem and arriving at the correct answer, but how would this look if I was drawing the points on a triangle on paper?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:10










              • $begingroup$
                @DougFir The hypotenuse is always opposite to the right angle ($90$ degrees), did you count for this in your picture? Btw, you did calculate one of the smaller distances, for $y$, correctly. Now do this again for $x$. Then 'plug' it in Pythagoras.
                $endgroup$
                – Max
                Mar 14 at 16:12











              • $begingroup$
                Added a sketch to my post to show where I'm confused. How can I calculate the distance of the hypotenuse if I don't know A and B?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:23






              • 1




                $begingroup$
                @DougFir You do know A and B; A is the $x$-distance and B is the $y$-distance, as you calculated. Does this help you reach the final conclusion?
                $endgroup$
                – Max
                Mar 14 at 16:26











              • $begingroup$
                Yes, it clicked when you put it that way. Thank you!
                $endgroup$
                – Doug Fir
                Mar 14 at 16:47













              1












              1








              1





              $begingroup$

              The distance is $sqrt23^2+29^2 approx 37$ according to Pythagoras, the $x$-distance is $23$ and $y$-distance is $29$ as you concluded. So did you use Pythagoras correctly?






              share|cite|improve this answer









              $endgroup$



              The distance is $sqrt23^2+29^2 approx 37$ according to Pythagoras, the $x$-distance is $23$ and $y$-distance is $29$ as you concluded. So did you use Pythagoras correctly?







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered Mar 14 at 16:05









              MaxMax

              9071318




              9071318











              • $begingroup$
                I'm confused because I drew a right angled triangle on paper. One end of the hypotenuse is San Francisco, San Jose at the other. To use the Pythagoras formula I thought that I needed to have the distances of both the smaller sides? I can see you using the theorem and arriving at the correct answer, but how would this look if I was drawing the points on a triangle on paper?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:10










              • $begingroup$
                @DougFir The hypotenuse is always opposite to the right angle ($90$ degrees), did you count for this in your picture? Btw, you did calculate one of the smaller distances, for $y$, correctly. Now do this again for $x$. Then 'plug' it in Pythagoras.
                $endgroup$
                – Max
                Mar 14 at 16:12











              • $begingroup$
                Added a sketch to my post to show where I'm confused. How can I calculate the distance of the hypotenuse if I don't know A and B?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:23






              • 1




                $begingroup$
                @DougFir You do know A and B; A is the $x$-distance and B is the $y$-distance, as you calculated. Does this help you reach the final conclusion?
                $endgroup$
                – Max
                Mar 14 at 16:26











              • $begingroup$
                Yes, it clicked when you put it that way. Thank you!
                $endgroup$
                – Doug Fir
                Mar 14 at 16:47
















              • $begingroup$
                I'm confused because I drew a right angled triangle on paper. One end of the hypotenuse is San Francisco, San Jose at the other. To use the Pythagoras formula I thought that I needed to have the distances of both the smaller sides? I can see you using the theorem and arriving at the correct answer, but how would this look if I was drawing the points on a triangle on paper?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:10










              • $begingroup$
                @DougFir The hypotenuse is always opposite to the right angle ($90$ degrees), did you count for this in your picture? Btw, you did calculate one of the smaller distances, for $y$, correctly. Now do this again for $x$. Then 'plug' it in Pythagoras.
                $endgroup$
                – Max
                Mar 14 at 16:12











              • $begingroup$
                Added a sketch to my post to show where I'm confused. How can I calculate the distance of the hypotenuse if I don't know A and B?
                $endgroup$
                – Doug Fir
                Mar 14 at 16:23






              • 1




                $begingroup$
                @DougFir You do know A and B; A is the $x$-distance and B is the $y$-distance, as you calculated. Does this help you reach the final conclusion?
                $endgroup$
                – Max
                Mar 14 at 16:26











              • $begingroup$
                Yes, it clicked when you put it that way. Thank you!
                $endgroup$
                – Doug Fir
                Mar 14 at 16:47















              $begingroup$
              I'm confused because I drew a right angled triangle on paper. One end of the hypotenuse is San Francisco, San Jose at the other. To use the Pythagoras formula I thought that I needed to have the distances of both the smaller sides? I can see you using the theorem and arriving at the correct answer, but how would this look if I was drawing the points on a triangle on paper?
              $endgroup$
              – Doug Fir
              Mar 14 at 16:10




              $begingroup$
              I'm confused because I drew a right angled triangle on paper. One end of the hypotenuse is San Francisco, San Jose at the other. To use the Pythagoras formula I thought that I needed to have the distances of both the smaller sides? I can see you using the theorem and arriving at the correct answer, but how would this look if I was drawing the points on a triangle on paper?
              $endgroup$
              – Doug Fir
              Mar 14 at 16:10












              $begingroup$
              @DougFir The hypotenuse is always opposite to the right angle ($90$ degrees), did you count for this in your picture? Btw, you did calculate one of the smaller distances, for $y$, correctly. Now do this again for $x$. Then 'plug' it in Pythagoras.
              $endgroup$
              – Max
              Mar 14 at 16:12





              $begingroup$
              @DougFir The hypotenuse is always opposite to the right angle ($90$ degrees), did you count for this in your picture? Btw, you did calculate one of the smaller distances, for $y$, correctly. Now do this again for $x$. Then 'plug' it in Pythagoras.
              $endgroup$
              – Max
              Mar 14 at 16:12













              $begingroup$
              Added a sketch to my post to show where I'm confused. How can I calculate the distance of the hypotenuse if I don't know A and B?
              $endgroup$
              – Doug Fir
              Mar 14 at 16:23




              $begingroup$
              Added a sketch to my post to show where I'm confused. How can I calculate the distance of the hypotenuse if I don't know A and B?
              $endgroup$
              – Doug Fir
              Mar 14 at 16:23




              1




              1




              $begingroup$
              @DougFir You do know A and B; A is the $x$-distance and B is the $y$-distance, as you calculated. Does this help you reach the final conclusion?
              $endgroup$
              – Max
              Mar 14 at 16:26





              $begingroup$
              @DougFir You do know A and B; A is the $x$-distance and B is the $y$-distance, as you calculated. Does this help you reach the final conclusion?
              $endgroup$
              – Max
              Mar 14 at 16:26













              $begingroup$
              Yes, it clicked when you put it that way. Thank you!
              $endgroup$
              – Doug Fir
              Mar 14 at 16:47




              $begingroup$
              Yes, it clicked when you put it that way. Thank you!
              $endgroup$
              – Doug Fir
              Mar 14 at 16:47











              1












              $begingroup$

              The distance $d$ between two points $(x_1,y_1)$ and $(x_2,y_2)$ is given by $d = sqrt(x_2-x_1)^2 + (y_2-y_1)^2 $. Can you apply this?



              (The formula is a simple consequence of the Pythagorean theorem).






              share|cite|improve this answer









              $endgroup$

















                1












                $begingroup$

                The distance $d$ between two points $(x_1,y_1)$ and $(x_2,y_2)$ is given by $d = sqrt(x_2-x_1)^2 + (y_2-y_1)^2 $. Can you apply this?



                (The formula is a simple consequence of the Pythagorean theorem).






                share|cite|improve this answer









                $endgroup$















                  1












                  1








                  1





                  $begingroup$

                  The distance $d$ between two points $(x_1,y_1)$ and $(x_2,y_2)$ is given by $d = sqrt(x_2-x_1)^2 + (y_2-y_1)^2 $. Can you apply this?



                  (The formula is a simple consequence of the Pythagorean theorem).






                  share|cite|improve this answer









                  $endgroup$



                  The distance $d$ between two points $(x_1,y_1)$ and $(x_2,y_2)$ is given by $d = sqrt(x_2-x_1)^2 + (y_2-y_1)^2 $. Can you apply this?



                  (The formula is a simple consequence of the Pythagorean theorem).







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 14 at 16:05









                  DeepakDeepak

                  17.5k11539




                  17.5k11539





















                      1












                      $begingroup$

                      enter image description here



                      Find the distances between the two cities' x and y coordinates and apply the Pythagorean theorem:



                      $$
                      Delta x=76-53=23\
                      Delta y=17+12=29\
                      Distance=sqrtDelta x^2+Delta y^2=sqrt23^2+29^2approx 37 length units
                      $$



                      You could use something called the absolute value to find the distances, but in this case it is not really necessary as you could easily see that the distance between the x points $53$ and $76$ is equal to $76-53$ and the distance between the y points $17$ and $-12$ is equal to $17 + 12$.






                      share|cite|improve this answer











                      $endgroup$

















                        1












                        $begingroup$

                        enter image description here



                        Find the distances between the two cities' x and y coordinates and apply the Pythagorean theorem:



                        $$
                        Delta x=76-53=23\
                        Delta y=17+12=29\
                        Distance=sqrtDelta x^2+Delta y^2=sqrt23^2+29^2approx 37 length units
                        $$



                        You could use something called the absolute value to find the distances, but in this case it is not really necessary as you could easily see that the distance between the x points $53$ and $76$ is equal to $76-53$ and the distance between the y points $17$ and $-12$ is equal to $17 + 12$.






                        share|cite|improve this answer











                        $endgroup$















                          1












                          1








                          1





                          $begingroup$

                          enter image description here



                          Find the distances between the two cities' x and y coordinates and apply the Pythagorean theorem:



                          $$
                          Delta x=76-53=23\
                          Delta y=17+12=29\
                          Distance=sqrtDelta x^2+Delta y^2=sqrt23^2+29^2approx 37 length units
                          $$



                          You could use something called the absolute value to find the distances, but in this case it is not really necessary as you could easily see that the distance between the x points $53$ and $76$ is equal to $76-53$ and the distance between the y points $17$ and $-12$ is equal to $17 + 12$.






                          share|cite|improve this answer











                          $endgroup$



                          enter image description here



                          Find the distances between the two cities' x and y coordinates and apply the Pythagorean theorem:



                          $$
                          Delta x=76-53=23\
                          Delta y=17+12=29\
                          Distance=sqrtDelta x^2+Delta y^2=sqrt23^2+29^2approx 37 length units
                          $$



                          You could use something called the absolute value to find the distances, but in this case it is not really necessary as you could easily see that the distance between the x points $53$ and $76$ is equal to $76-53$ and the distance between the y points $17$ and $-12$ is equal to $17 + 12$.







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited Mar 14 at 16:47

























                          answered Mar 14 at 16:42









                          Michael RybkinMichael Rybkin

                          3,939421




                          3,939421



























                              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%2f3148179%2fdistance-between-two-coordinates%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

                              How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

                              random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

                              Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye