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:
13.
π
14.
π
15. 
Step-by-step explanation:
13.
A = π * 
r =
A = π* 
A = π * 
A = π * 
A =
π
14.
V = π *
* h
r = 
h = 
V = π *
* 
V = π *
* 
V = π * 
V =
π
15.
= 








Hope this helps!
Answers + Step-by-step explanation :
a) the equation should be:
7(n + 5) = 91 since you first add 5 to n and then multiply it by 7. The answer is 91 so that is on the other side of the equal sign
b) we can solve our equation to find for n, the number jim thought of
7(n + 5) = 91
I will use the distributive property.
7n + 35 = 91
Subtract 35 on both sides
7n = 56
Now divide 7 on both sides to find n
n = 8
The number Jim was thinking of was 8! this should be correct, hope this helps!
Answer:
35, 39, 44, 52, 55, 57, 60, 69
Step-by-step explanation:
Composite numbers have multiple factors other than 1 and itself.