Answer:
x=6
Step-by-step explanation:
5x^2-136=44
add 136 to both sides
5x^2=180
divide both sides by 5
x^2= 36
take square root of both sides
x=6
Answer:
9/25
Step-by-step explanation:
Our denominator is the total amount in class. x/25
Our numerator is the total of people are "the probability that a student chosen at random has a cat and a dog" Which is -9.
~~~Hope this helps~~~ :)
If you graph the points it comes out as a square, so the correct answers would be square, rectangle, parallelogram, and rhombus (a square can be these three but these shapes cannot be squares)
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
x = 24 , y = 19
Step-by-step explanation:
The opposite sides of a parallelogram are congruent , then
2x - 8 = x + 16 ( subtract x from both sides )
x - 8 = 16 ( add 8 to both sides )
x = 24
and
2y = y + 19 ( subtract y from both sides )
y = 19