Answer:
the answer is 200
Step-by-step explanation:
217.33 - 19.19 = 198.14 rounded to the nearest ten is 200
because the nearest ten is 198.14
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:
so x=5 1/3 and
y= -2 2/3
Step-by-step explanation:
x-3y= -2x+3y=16. First we need to move all variables to one side of the equation and whole numbers to the other side of the equation. I see
x-3y+2x-3y=16. -3y-3y equals to -6y. 2x+x=3x. so 3x-6y=16. Lets take out the -6y so our equation would be 3x=16. x would equal 5 1/3. Now lets put back -6y into our equation. Let's now substitute x as 0. 3 times 0 equals 0 so our equation would now be -6y=16 which equals to -2 2/3.
so x=5 1/3 and
y= -2 2/3
Idk what to do on yalls problems
Answer:
3456.1
Step-by-step explanation: