Shendy's Uniform

Suppose x x and y y are real values that are distributed uniformly in the respective ranges 0 x 10 0 \leq x \leq 10 and 0 y 10 0 \leq y \leq 10 . The probability that 8 x + 2 y 20 8 \leq x+2y \leq 20 can be written as a b \frac{a}{b} , where a a and b b are coprime positive integers. Find a + b a+b .

This problem is posed by Shendy Marcello Y .


The answer is 159.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

21 solutions

Daniel Chiu
Jul 28, 2013

Use geometric probability: Draw a square with side-length 10. We can bound our desired region by solving when x + 2 y = 8 x+2y=8 x + 2 y = 20 x+2y=20 If x + 2 y = 8 x+2y=8 , y = 1 2 x + 4 y=-\dfrac{1}{2}x+4 . We can draw this line on our square, and we cut off a triangular region with area 1 2 4 8 = 16 \dfrac{1}{2}\cdot4\cdot 8=16 .

If x + 2 y = 20 x+2y=20 , y = 1 2 x + 10 y=-\dfrac{1}{2}x+10 . This line also cuts off a triangle, with area 1 2 5 10 = 25 \dfrac{1}{2}\cdot 5\cdot 10=25 .

It is easy to see these regions do not intersect, and that the remaining area satisfies the inequality, so the area of the region is 100 16 25 = 59 100-16-25=59 , and the answer is 59 + 100 = 159 59+100=\boxed{159} .

Matt McNabb
Aug 1, 2013

Define some new variables to make things simpler: X = x , Y = 2 y , Z = X + Y X = x, Y = 2y, Z = X + Y We also have the probability distribution f κ f_{\kappa} which has the property: P κ ( a k b ) = t = a t = b f κ ( t ) d t P_{\kappa}(a \leq k \leq b) = \int_{t=a}^{t=b} f_{\kappa}(t)dt

The conditions of the problem give: f X ( t ) = { 1 / 10 , if 0 t 10 0 , otherwise f_{X}(t) = \begin{cases} 1/10, & \mbox{if } 0 \leq t \leq 10 \\ 0, & \mbox{otherwise } \end{cases} f Y ( t ) = { 1 / 20 , if 0 t 20 0 , otherwise f_{Y}(t) = \begin{cases} 1/20, & \mbox{if } 0 \leq t \leq 20 \\ 0, & \mbox{otherwise } \end{cases}

Now we have to work out f Z f_{Z} . If we think about, for example, P Z ( 4 z 4 + ϵ ) P_{Z}( 4 \leq z \leq 4 + \epsilon ) , then we have to sum over all cases: X = 0 , Y = 4 X = 0, Y = 4 ; X = δ , Y = 4 δ X = \delta, Y = 4 - \delta ; etc. So we get: f Z ( z ) = t = t = f X ( t ) f Y ( z t ) d t f_{Z}(z) = \int_{t=-\infty}^{t=\infty} f_{X}(t) f_{Y}(z - t) dt

This is actually known as the c o n v o l u t i o n \href{http://en.wikipedia.org/wiki/Convolution}{convolution} f X f Y f_{X} * f_{Y} , and the linked page has a proof that ( f X f Y ) ( t ) d t = ( f X ( t ) d t ) ( f Y ( t ) d t ) \int_{-\infty}^{\infty} (f_{X} * f_{Y})(t)dt = (\int_{-\infty}^{\infty} f_{X}(t)dt)(\int_{-\infty}^{\infty} f_{Y}(t)dt) , making the convolution also a probability distribution.

To evaluate this we first note that f X ( t ) f_{X}(t) is only valid for 0 t 10 0 \leq t\leq 10 , and since f X ( t ) = 1 / 10 f_{X}(t) = 1/10 on this range we can evaluate it immediately, leaving: f Z ( z ) = 1 10 t = 0 t = 10 f Y ( z t ) d t f_{Z}(z) = \frac{1}{10} \int_{t=0}^{t=10} f_{Y}(z - t) dt

We can simplify this with the change of variable s = z t s = z - t , which means d s = d t ds = -dt giving: f Z ( z ) = 1 10 s = z 10 s = z f Y ( s ) d s f_{Z}(z) = \frac{1}{10} \int_{s=z-10}^{s=z} f_{Y}(s) ds

Now we can evaluate this in a piecewise manner, bearing in mind that f Y ( s ) = 0 f_{Y}(s) = 0 outside the range 0 s 20 0 \leq s \leq 20 ; and inside that range the antiderivative of f Y ( s ) = 1 20 f_{Y}(s) = \frac{1}{20} is s 20 \frac{s}{20} :

Case 1: 0 z 10 0 \leq z \leq 10 : f Z ( z ) = 1 10 [ s 20 ] 0 z = z 200 f_{Z}(z) = \frac{1}{10} [\frac{s}{20}]_{0}^{z} = \frac{z}{200}

Case 2: 10 z 20 10 \leq z \leq 20 : f Z ( z ) = 1 10 [ s 20 ] z 10 z = 10 200 f_{Z}(z) = \frac{1}{10} [\frac{s}{20}]_{z-10}^{z} = \frac{10}{200}

Case 3: 20 z 30 20 \leq z \leq 30 : f Z ( z ) = 1 10 [ s 20 ] z 10 20 = ( 30 z ) 200 f_{Z}(z) = \frac{1}{10} [\frac{s}{20}]_{z-10}^{20} = \frac{(30-z)}{200}

Now we are in a position to calculate P ( 8 z 20 ) = 8 20 f Z ( t ) d t = 8 10 t 200 d t + 10 20 10 200 d t = [ t 2 400 ] 8 10 + 1 2 = 9 100 + 50 100 = 59 100 \begin{aligned} P(8 \leq z \leq 20) &= \int_{8}^{20} f_{Z}(t) dt \\ &= \int_{8}^{10} \frac{t}{200} dt + \int_{10}^{20} \frac{10}{200} dt \\ &= [\frac{t^2}{400}]_{8}^{10} + \frac{1}{2} \\ &= \frac{9}{100} + \frac{50}{100} \\ &= \frac{59}{100} \end{aligned} so the required solution is 59 + 100 = 159 59 + 100 = \boxed{159}

Footnote: I'd encourage the reader to draw the graph of f Z f_{Z} . The integrals could then be done more quickly based on the graph, by considering the area under the rectangular part, and the area under the trapezoidal part.

I suspect when I click "Post" that there will be some short solutions that make a lot of assumptions (e.g. giving f Z f_{Z} piecewise directly, assuming the steps leading up to it are 'obvious').

However this was my first time working on this sort of problem, so I hope that someone finds my full working useful, especially if they ever need to consider non-uniform probability distributions, or the convolution of more than two distributions (which is non-trivial, the case of just 2 is special).

I thought this was a beautiful explanation. Well done, Matt.

Silas Hundt Staff - 7 years, 10 months ago
Tim Vermeulen
Jul 28, 2013

Note : P ( A , B ) P(A,B) denotes the probability of A A , given that B B is true.

By the inclusion-exclusion principle,

P ( 8 x + 2 y 20 ) = 1 P ( x + 2 y < 8 ) P ( x + 2 y > 20 ) . P(8 \leq x+2y \leq 20) = 1 - P(x+2y < 8) - P(x+2y > 20).

We know that

P ( x < 8 ) = 8 10 = 4 5 P(x<8)=\frac{8}{10}=\frac{4}{5} and P ( y < 8 x 2 E ( x x < 8 ) = 4 ) = P ( y < 2 ) = 2 10 = 1 5 , P(y < \frac{8-x}{2} \mid E(x \mid x < 8)=4) = P(y<2)=\frac{2}{10}=\frac{1}{5}, so P ( x + 2 y < 8 ) = 4 5 1 5 = 4 25 . P(x+2y<8) = \frac{4}{5} \cdot \frac{1}{5} = \frac{4}{25}.

Furthermore, we know that

P ( x + 2 y > 20 ) = P ( y > 20 x 2 E ( x ) = 5 ) = P ( y > 15 2 ) = 1 4 . P(x+2y > 20) = P(y>\frac{20-x}{2} \mid E(x)=5) = P(y>\frac{15}{2}) = \frac{1}{4}.

Therefore,

P ( 8 x + 2 y 20 ) = 1 P ( x + 2 y < 8 ) P ( x + 2 y > 20 ) = 1 4 25 1 4 = 59 100 , \begin{aligned} P(8 \leq x+2y \leq 20) &= 1 - P(x+2y < 8) - P(x+2y > 20)\\ &= 1 - \frac{4}{25} - \frac{1}{4}\\ &= \frac{59}{100}, \end{aligned}

so a + b = 59 + 100 = 159 a+b=59+100=\boxed{159} .

P ( A , B ) P(A,B) should be P ( A B ) P(A \mid B) .

Tim Vermeulen - 7 years, 10 months ago
Jimmy Kariznov
Jul 30, 2013

The region of possible ( x , y ) (x,y) is a square with vertices ( 0 , 0 ) , ( 10 , 0 ) , ( 10 , 10 ) , ( 0 , 10 ) (0,0), (10,0), (10,10), (0,10) . This region has area 10 10 = 100 10 \cdot 10 = 100 .

The sub-region where x + 2 y < 8 x + 2y < 8 is the right triangle with vertices ( 0 , 0 ) , ( 8 , 0 ) , ( 0 , 4 ) (0,0), (8,0), (0,4) , which has area 1 2 8 4 = 16 \tfrac{1}{2} \cdot 8 \cdot 4 = 16 .

Hence, P [ x + 2 y < 8 ] = 16 100 P[x+2y < 8] = \tfrac{16}{100} .

The sub-region where x + 2 y > 20 x + 2y > 20 is the right triangle with vertices ( 0 , 10 ) , ( 10 , 0 ) , ( 10 , 10 ) (0,10), (10,0), (10,10) , which has area 1 2 10 5 = 25 \tfrac{1}{2} \cdot 10 \cdot 5 = 25 .

Hence, P [ x + 2 y > 20 ] = 25 100 P[x+2y > 20] = \tfrac{25}{100} .

Thus, P [ 8 x + 2 y 20 ] = 1 P [ x + 2 y < 8 ] P [ x + 2 y > 20 ] = 59 100 P[8 \le x+2y \le 20] = 1 - P[x+2y < 8] - P[x+2y > 20] = \tfrac{59}{100} .

Since gcd ( 59 , 100 ) = 1 \gcd(59,100) = 1 . the answer is 59 + 100 = 159 59+100 = \boxed{159} .

Ahaan Rungta
Jul 28, 2013

We draw a graph. The two lines described by 8 x + 2 y 20 8 \le x + 2y \le 20 are y = 4 x 2 y = 4 - \dfrac {x}{2} and y = 10 x 2 y = 10 - \dfrac {x}{2} . We want the area in between those two lines such that 0 x , y 10 0 \le x, y \le 10 . To find this, we find the total area between the lines and subtract the area where x x exceeds 10 10 .

The total area is the area inside the smaller triangle and outside the larger triangle. We subtract and we get: A between = 10 20 2 4 8 2 = 84. A_{\text{between}} = \dfrac {10 \cdot 20}{2} - \dfrac {4 \cdot 8}{2} = 84. The bogus area is a triangle of horizontal leg 10 10 and vertical leg 10 10 2 = 5 10 - \dfrac {10}{2} = 5 . We subtract 25 25 , so we get 59 59 .

The total area at hand is 100 100 , so the probability is 59 100 \dfrac {59}{100} , and our answer is 159 \boxed {159} .

David Vaccaro
Aug 1, 2013

Representing the sample space on the x-y plane as a 10x10 square the region we want is everything apart from a right angled triangles with vertices (0,0),(0,4) and (8,0) and (0,10),(10,5) and (10,0) with areas 16 and 25 respectively. The remaining area is 59 out of 100 so the probability we require is 59 100 \frac{59}{100}

Albert Ho
Jul 30, 2013

Graphing the lines 8 = x + 2y and x + 2y = 20, we the two lines intersect the the region bounded by x = 0, x = 10, y = 0, y = 10 at the points (8, 0), (0, 4), (0, 10), and (10, 5). Since the region we are looking for is everything in between 8 = x + 2y and x + 2y = 20, we find the area of this region using shoelace theorem on the points (8, 0), (0, 4), (0, 10), and (10, 5) as well as (10, 0). Doing so gives us an area of 59. The entire area of the region is 100, so 59/100 = a/b.

Thus, a + b = 59 + 100 = 159 .

Harrison Lian
Jul 30, 2013

I can't draw a picture, but I'll try my best to explain it:

To solve this, we use geometric probability. Let's graph the region between 0 y 10 0\le y \le10 and 0 x 10 0 \le x \le10 and see that the area of that figure is 100 100 .

Then we graph 8 x + 2 y 20 8 \le x+2y \le 20 that fits inside the area we found above. The vertices of the resulting polygon are { ( 0 , 10 ) , ( 0 , 4 ) , ( 8 , 0 ) , ( 10 , 0 ) , ( 10 , 5 ) } \{(0,10), (0,4), (8,0), (10,0), (10,5)\} . We have to find the area, which is fairly simple, to get 59 59 . Therefore probability is 59 100 \frac{59}{100} which means the answer is 159 \boxed{159}

Draw the picture of the 10 × 10 10\times 10 box and the corresponding lines. The desired area can be found by subtracting the are of the triangles outside of the region between lines from the are of the larger box. That is: A = 10 × 10 1 2 ( 10 × 5 ) 1 2 ( 4 × 8 ) = 59 A = 10\times10-\frac12 (10\times 5) - \frac12 (4 \times 8) = 59 The probability that a point chosen falls within that region is simply the ratio of that area to the overall area of the box. That is, the probability is 59 100 \dfrac{59}{100} . The answer must then be 100 + 59 = 159 100+59=159

Mayank Kaushik
Jul 30, 2013

The problem can be viewed as ratio of area b e t w e e n x + 2 y = 8 , x + 2 y = 20 s q u a r e o f l e n g t h = 10 \frac{between x + 2y = 8 , x+ 2y = 20}{square of length =10}

Jatin Yadav
Jul 29, 2013

first draw the graph. Note that favoured area = 50 + 25 -16 = 59 units, total possible area = 100 units, hence P = 59/100 ,giving a+b = 59 +100 =159

Hs N
Jul 29, 2013

The question is basically to draw a nice picture. You have a square of 10 by 10 with given x x - and y y -coordinates. If any point ( x , y ) (x,y) satisfies the inequality, it lies within this square and between the lines y = 4 x 2 y=4-\frac{x}{2} and y = 10 x 2 y=10-\frac{x}{2} . The desired ratio, is the quotient of this area by the area of the square, which is exactly 59 100 \frac{59}{100} . Therefore the final answer is 159.

Karthik Tadinada
Jul 29, 2013

With 2d problems it often easiest to plot a graph. Here the possible values of x and y together make a square in the x-y plane.

Then plot the 2 lines x+2y=8 and x+2y=20. The area we need is the area within the square that is between the 2 lines.

It is easiest to compute the area between the 2 lines by taking the area of the square and taking away the area of the 2 triangles the lines cut off. This area between the two lines is 100-16-25=59. So the probability is 59/100

Kunal Singh
Jul 29, 2013

We will find the probability in terms of area enclosed . Let O ( 0 , 0 ) O(0 , 0) , A ( 10 , 0 ) A(10 , 0) , B ( 10 , 10 ) B(10 ,10) and C ( 0 , 10 ) C(0 ,10) . As 0 x 10 0\leq x\leq 10 and 0 y 10 0\leq y\leq 10 , the area enclosed by these two conditions is the area of O A B C OABC = 100 s q . u n i t s 100 sq. units . The condition 8 x + 2 y 20 8\leq x + 2y\leq 20 implies two enclosed areas . First , area enclosed by the line x + 2 y = 8 x + 2y = 8 , away from O O , since x + 2 y 8 x + 2y \geq 8 and the lines 0 x 10 0\leq x\leq 10 and 0 y 10 0\leq y\leq 10 . Second , area enclosed by the line x + 2 y = 20 x + 2y = 20 , towards O O , since x + 2 y 20 x + 2y \leq 20 and the lines 0 x 10 0\leq x\leq 10 and 0 y 10 0\leq y\leq 10 . Let the line x + 2 y = 8 x + 2y = 8 intersect x x -axis and y y -axis at L ( 8 , 0 ) L(8 , 0) and M ( 0 , 4 ) M(0 , 4) and let the line x + 2 y = 20 x + 2y = 20 intersect the line x = 10 x = 10 and the line y = 10 y = 10 at N ( 10 , 5 ) N(10 , 5) and C ( 0 , 10 ) C(0 , 10) . Area( O L M \bigtriangleup OLM ) = 1 2 × O L × O M \frac{1}{2}\times OL\times OM = 1 2 × 8 × 4 \frac{1}{2}\times 8\times 4 = 16 s q . u n i t s 16 sq. units . Area( C B N \bigtriangleup CBN ) = 1 2 × C B × C N \frac{1}{2}\times CB\times CN = 1 2 × 10 × 5 \frac{1}{2}\times 10\times 5 = 25 s q . u n i t s 25 sq. units Therefore , the required probability = A r e a ( L A N C M ) A r e a ( O A B C ) \frac{Area(LANCM)}{Area(OABC)} = A r e a ( O A B C ) ( A r e a ( O L M ) + A r e a ( C B N ) ) A r e a ( O A B C ) \frac{Area(OABC) - (Area(\bigtriangleup OLM) + Area(\bigtriangleup CBN))}{Area(OABC)} = 100 ( 16 + 25 ) 100 \frac{100 - (16 + 25)}{100} = 59 100 \frac{59}{100} = a b \frac{a}{b} . Therefore , a + b = 59 + 100 = 159 a + b = 59 + 100 = 159

Pi Han Goh
Jul 29, 2013

Sketch the cartesian plane and let O ( 0 , 0 ) A ( 0 , 10 ) , B ( 10 , 10 ) , C ( 10 , 0 ) , D ( 20 , 0 ) , E ( 8 , 0 ) , F ( 0 , 4 ) O(0,0) A(0,10), B(10,10), C(10,0), D(20,0), E(8,0), F(0,4)

Intersection point of straight line A D AD and B C BC is at x = 10 x =10 and x + 2 y = 20 y = 5 G ( 10 , 5 ) x+2y=20 \Rightarrow y = 5 \Rightarrow G(10,5)

Probability that 8 x + 2 y 20 8 \leq x+2y \leq 20 is

[ Area of Triangle A D O ADO - Area of triangle G C D GCD - Area of triangle E O F EOF ] ÷ \div Area of square A B C D ABCD

= [ 1 2 × 10 × 20 1 2 × 5 × ( 20 10 ) 1 2 × 4 × 8 ] ÷ ( 10 × 10 ) = [ \frac {1}{2} \times 10 \times 20 - \frac {1}{2} \times 5 \times (20 - 10) - \frac {1}{2} \times 4 \times 8 ] \div ( 10 \times 10 )

= 59 100 = \frac {59}{100}

a = 59 , b = 100 a + b = 159 a = 59, b = 100 \Rightarrow a + b = \boxed{159}

Nishant Sharma
Jul 28, 2013

Our domain of values are:

0 0 \leq x 10 x\leq10 -- ( i ) (i)

0 0 \leq y 10 y\leq10 -- ( i i ) (ii) which we plot on the cartesian plane.

First we find the sample area which is the solution to ( i ) , ( i i ) (i),(ii) and the following inequaliy:

0 0 \leq x + 2 y 30 x + 2y\leq30 -- ( i i i ) (iii)

After plotting these inequalities on the cartesian plane we find that the figure turns out to be a square with area A = A=\: 10 10 × \times 10 10 = 100 100

Now we will find the area corresponding to the required probability:

8 8 \leq x + 2 y 20 x + 2y\leq20 -- ( i v ) (iv) which turns out to be a pentagon whose area we can calculate as :

area bounded by ( i ) , ( i i ) (i),(ii) and x + 2 y 20 x + 2y\leq20 - area bounded by ( i ) , ( i i ) (i),(ii) and x + 2 y 8 x + 2y\leq8

= 1 2 \frac{1}{2} × \times ( 5 + 10 ) (5 + 10) × 5 \times5 - 1 2 \frac{1}{2} × 8 \times8 × 4 \times4

= 75 16 75 - 16

= 59 = 59=\: A 1 A_{1} ( S a y ) (Say)

So from definition of probability we have required probability = A 1 A \displaystyle{\frac{A_1}{A}} = 59 100 \displaystyle{\frac{59}{100}} = a b \displaystyle{\frac{a}{b}} .

Comparing we obtain a + b = a + b=\: 159 . \boxed{159}.

Eric Edwards
Jul 28, 2013

Consider the 10x10 square with bottom left corner at the origin in the Cartesian plane. Then the desired probability is the area of the intersection of the region 8 x + 2 y 20 8\leq x+2y \leq 20 with this square divided by 100. To find this area, we find the intercepts of the two boundary lines and subtract off the two triangles: 100 ( 10 ) ( 5 ) 2 ( 4 ) ( 8 ) 2 = 59. 100-\frac{(10)(5)}{2}-\frac{(4)(8)}{2}=59. Since 59 is prime, we get 159.

Duc Minh Phan
Jul 28, 2013

Image

Consider the O x y Oxy plane and four lines : d 1 : x = 0 , d 2 : x = 10 , d 3 : y = 0 , d 4 : y = 10 d_1 : x=0, d_2 : x=10, d_3 : y=0, d_4 : y=10 . The region bounded by these four lines is the square O A F D OAFD with area of 100 100 . Let 1 , 2 \ell_1,\ell_2 be lines with equations 1 : x + 2 y = 8 , 2 : x + 2 y = 20 \ell_1 : x+2y=8, \ell_2 : x+2y=20 . These two lines intersect with O A F D OAFD at four points : A , B , C , D , E A,B,C,D,E . The set of ( x , y ) (x,y) satisfying the conditions 0 x 10 , 0 y 10 , 8 x + 2 y 20 0 \le x \le 10, 0 \le y \le 10, 8 \le x+2y \le 20 is represented by the pentagon A B C D E ABCDE . Therefore, the probablity is P = S A B C D E S O A D E = 1 S O B C + S A F E S O A F D P = \frac{S_{ABCDE}}{S_{OADE}} = 1 - \frac{S_{OBC}+S_{AFE}}{S_{OAFD}} . We have B ( 0 , 4 ) , C ( 8 , 0 ) , E ( 10 , 5 ) B(0,4), C(8,0), E(10,5) , then O B = 4 , O C = 8 , F A = 10 , F E = 5 OB=4, OC=8, FA=10, FE=5 . Then S O B C + S A F E = 1 2 ( 4 × 8 + 10 × 5 ) = 41 S_{OBC} + S_{AFE} = \frac{1}{2} (4 \times 8 + 10 \times 5) = 41 . Hence P = 1 41 100 = 59 100 P = 1 - \frac{41}{100} = \frac{59}{100} . The answer is 59 + 100 = 159 59+100 = 159 .

Sumit Goel
Jul 28, 2013

On a graph, draw the lines x+2y=8 and x+2y=20.

The area enclosed between the two lines and 0<=x<=10,0<=y<=10 is the required area.

This comes out to be 59.

thus probability=59/100

Michael Lee
Jul 28, 2013

The area A p A_p of the region in the Cartesian plane defined by 0 x , y 10 0 \leq x, y \leq 10 and 8 x + 2 y 20 8 \leq x + 2y \leq 20 is that of a parallelogram of height h = 6 h = 6 and length l = 10 l = 10 , minus the area of the triangle with vertices at ( 8 , 0 ) , ( 10 , 0 ) , and ( 10 , 1 ) (8, 0), (10, 0), \text{and } (10, -1) . This triangle has an area of 1 1 , so the area of our region is 59 59 . The area A t A_t of the region defined by 0 x , y 10 0 \leq x, y \leq 10 is that of a square with side length s = 10 s = 10 , so A t = 100 A_t = 100 . The probability that the given statements are true is thus the fraction A p / A t A_p/A_t = 59 / 100 59/100 , which is irreducible. Thus, a + b = 59 + 100 = 159 a + b = 59 + 100 = \boxed{159} .

Daniel Liu
Jul 28, 2013

We can think about it graphically. The range of points (x,y) possible is a square with vertices (0,0), (0,10), (10,0), and (10,10). Now we can draw the restrictions on the graph as inequalities. Taking the first inequality, we have 8 x + 2 y y 1 2 x + 4 8\le x+2y\implies y\ge -\dfrac{1}{2}x+4 . This inequality, when graphed, is everything above the line that passes through the points (0,4) and (8,0) (I am describing it this way because those two points are the points on the boundary of the given range.) Now we do the same thing with the second equation. x + 2 y 20 y 1 2 x + 10 x+2y\le 20\implies y\le -\dfrac{1}{2}x+10 . this inequality is everything under the line that passes through the points (0,10) and (10,5). To compute the area of the resulting area (taking note of the respective ranges of x and y) we find the area of the triangle "cutoffs" and subtract that from the square. The area of the two rectangles are 25 and 16. We subtract this from the area of the square to get 100 25 16 = 159 100-25-16=\boxed{159}

oops, typo at the second to last sentence. Not "rectangles", but "triangles".

Daniel Liu - 7 years, 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...