A.Is 59.5 C. is 35.38 E. is 134.12 B. is 69.28 D. is 0.34 F. is 37.43100
Answer:
//The class called "Solution" is declared
public class Solution {
//Main method which signify the beginning of program execution
public static void main(String[] args) {
//myInt variable of type Integer is declared
Integer myInt;
// An object of type Integer is declared with initial value of 1
Integer newInt = new Integer(1);
// The value of the new declared and assigned object is displayed to the user
System.out.println(newInt);
// The new declared object is assigned to the reference variable myInt
myInt = newInt;
// The value of myInt is displayed to the user
System.out.println(myInt);
}
}
Step-by-step explanation:
Answer:
Jesse - 150 miles per hour.
Step-by-step explanation:
On the graph, it shows that the rise is 140 and the run is 1. 140/1 is 140, making the slope for Khalid is 140. The equation (y = 150x) shows that the slope is 150 (y = mx). Since 150 is greater than (>) 140, Jesse's train is more faster than Khalid since she is moving at 150mph rather than 140mph.
-4(-3/4x)≥12)
3x ≤ -48
x ≤ -16 the answer to the question