Step-by-step explanation:
When deciding where to put an ordered pair on a graph its important to understand how ordered pairs work.
An ordered pair is split up into to pieces
(x,y) or number example (3,5)
When graphing the x coordinate will fall on your horizontal line or the line that looks like the horizon.
When graphing the y coordinate it will fall on your vertical line or the line that goes right up into the sky like a rocket.
To graph (3,5)
Go to the right 3 and up 5
Sometimes helps to use both fingers to keep your spot. Slide both fingers until they collide and that's where you would plot your point!
Hope this helps if you have an questions just comment and ill try to explain further.
Answer:
The z-score of a teenage with waist size 33 inch is 2
Step-by-step explanation:
Mathematically, the z-score can be calculated using the formula;
z-score = (x- mean)/SD
where mean = 29 inches , SD = 2 inches and x = 33 inch
Plugging these values, we have
z-score = (33-29)/2 = 4/2 = 2
Answer:
In your console (ctrl + shift + j), the letter a would appear. Beneath that, the letter c would appear.
Step-by-step explanation:
This is because the val2 is not less than or equal to 3. The second condition that's inside the first condition is true but since the first condition is false, the second condition would not run.