Finding probability of two numbers which satisfies an inequality

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
justwild
Messages
52
Reaction score
0

Homework Statement



Two numbers x and y are selected from a closed interval [0,4]. To find the probability that the two numbers satisfies the condition that y[itex]^{2}[/itex][itex]\leq[/itex] x.


2. The attempt at a solution

Don't have any idea
 
Physics news on Phys.org
Draw a graph. First draw the parabola representing the function [itex]x= y^2[/itex], then draw the four line segments x= 0, y= 0, x= 4, y= 4 making a square, with vertices (0, 0), (16, 0), (16, 16), and (0, 16), and having the graph [itex]x= y^2[/itex], which is the same as [itex]y= x^{1/2}[/itex], crossing the square from (0, 0) to (4, 2). The set of points such that [itex]y^2\le x[/itex] with x and y from [0, 4] is the set of point below that graph. Assuming all values of x and y between 0 and 4 are "equally likely, then all points in the square are "equally likely" and the probability a point is below the parabola is the ratio of the area under the parabola to the area of the square. Find that area by integrating [itex]x^{1/2}[/itex] from x= 0 to x= 4 and then divide by the area of the square, 16.
 
Gotcha..thanks for the help