Answer:
Step-by-step explanation:
Petra
Answer:
y = 2
Step-by-step explanation:
Hope this helped
Answer:
Scanner sc = new Scanner(System.in);
System.out.println(" ");
int n=sc.nextInt();
if(n==1)
System.out.println("January");
if(n==2)
System.out.println("Februry");
if(n==3)
System.out.println("March");
if(n==4)
System.out.println("April");
if(n==5)
System.out.println("May");
if(n==6)
System.out.println("june");
if(n==7)
System.out.println("July");
if(n==8)
System.out.println("August");
if(n==9)
System.out.println("September");
if(n==10)
System.out.println("October");
if(n==11)
System.out.println("November");
if(n==12)
System.out.println("December");
if(n==34)
System.out.println(" );
if(n==145)
System.out.println("to kaise hain aap log");
}
}
Answer:
-20
Step-by-step explanation:
<u>PEMDAS</u>
<u>P</u>arentheses -> <u>E</u>xponents -> <u>M</u>ultiplication -> <u>D</u>ivision -> <u>A</u>ddition -> <u>S</u>ubtraction
1.) First, we can rewrite this equation to make it easier to understand
5 x (-6 / -1 + - 10)
5(-6 / -1 - 10)
2.) Begin by dividing inside the parentheses
5(-6 / -1 - 10)
5(6 - 10)
3.) Solve
5(6 - 10)
5(-4)
-20
or
5(6 - 10)
5(6) 5(-10)
30 - 50
-20
Therefore, the expression equals -20.
Answer:
ΔCDE and ΔCGH
Step-by-step explanation:
Since the slope is 2/5 (or 0.4), then there can be drawn a function graph f(x)=0.4x whose slope is 2/5. So now let's draw a pair of parallel lines. We have then a pair of congruent triangles, i.e. ΔCDE ≅ ΔCGH. These triangles have their hypotenuses on the line whose slope is 2/5.