The answer is A. If you translate the triangle 10 units up and reflect it over the y-axis, the triangle will be on top of the other.
 
        
             
        
        
        
Answer:
103 percent
just divide 20 by 15 and multiply the answer by 100 to convert to percentage form bro
 
        
             
        
        
        
8x²+3y²=24
8x²+3y²-24=0
Let x be 1 ,
Therefore
8+3y²-24=0
3y²-16=0
3y²=16
y²=16/3
y=4/1.7
y=40/17
<em><u>Take</u></em><em><u> </u></em><em><u>different</u></em><em><u> </u></em><em><u>values</u></em><em><u> </u></em><em><u>of</u></em><em><u> </u></em><em><u>x</u></em><em><u> </u></em><em><u>&</u></em><em><u>y</u></em><em><u> </u></em><em><u>and</u></em><em><u> </u></em><em><u>plot</u></em><em><u> </u></em><em><u>a</u></em><em><u> </u></em><em><u>graph</u></em><em><u>!</u></em><em><u>!</u></em><em><u>!</u></em>
 
        
             
        
        
        
Answer:
min = a_1
for i:= 2 to n:
       if  < min then min =
 < min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
 
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
       if  < min then min =
 < min then min = 
return min