2. y=2x+3
When x =0 and y= something, the 'something' is your y-intercept which is b in the y=mx+b formula. Then we look at what is changed in the x and y value to determine the m part. the x increase by 1 and y increase by 2 so the m part is 2.
3. y=-7x
Same as the last one, there is no y-inter this time because the y=0 when x=0/ So the y deceased by 7 each time and x incease by 1 so it is -7 for the m part.
Howdy!
To do this we first have to find the unit rate of 2,600.
2,600/4=650 each week. Then, we just multiply 650x20, with 20 being the number of weeks.
650x20=13,000<---Answer
-Seth
Answer:
m=125*n
Step-by-step explanation:
for every minute that passes 125 meals are packed so you multiply 125 by the amount of minutes(n) to get m
Answer:
public class MovieRental
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
System.out.print("Enter the number of movie rentals: ");
int movieRentals = in.nextInt();
System.out.print("Enter the number of members referred to the video club: ");
int memberReferral = in.nextInt();
in.close();
double discountVal = Math.min(movieRentals + memberReferral, 75);
System.out.println("The discount is equal to: " + discountVal);
}
}
400 times ten because when you multiply you get 40,000.