Answer:
1. b = 40
2. b = 3
3. b = 10
Step-by-step explanation:
1. y is 40 more than 5 times x.
Equation: y = 5x + 40
b = 40
2. y is 3 more than twice the value of x.
Equation: y = 2x + 3
b = 3
3. y is 10 more than 6 multiplied by x.
Equation: y = 6x + 10
b = 10
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:
It representes the original cost
A=P(1+r)^t
P=present amount
t=time
r=rate
A=final amount
afer 5 years
t=5
A=799(1.03)^5
A=926.26 after 5 years
answer is last option:
<span>799 represents the total value of the painting; the painting will be worth $926 after 5 years
</span>
I think it will be 17.53 but I’m not sure