Answer:
1. y = 9280 - 20x
2. f(y) = 6.37y - 3
Step-by-step explanation:
1. The equation is given to be
Now, rearranging the function we can write
⇒ y = 9280 - 20x
Hence, this is the equation as a function of x. (Answer)
2. The given function is y - 6.37x = - 3
Therefore, we can write, y = 6.37x - 3
Hence, f(x) = 6.37x - 3
⇒ f(y) = 6.37y - 3.
Hence, option D is true. (Answer)
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);
}
}
Si 1,2,4,5,8,10,16,20,40,80
_______________________________
<h3>Andre Bought:</h3><h3>• 1 Baseball Glove For $34 Each</h3><h3>• 2 Packs of Socks For $6 - 7.75% Each</h3>
<h3 /><h3>$34 + $8</h3><h3>= $42</h3><h3><u>Andre Paid A Total of $42</u></h3>
<h3>7.75% × $6 ÷ 100</h3><h3>= 0.465 × 2</h3><h3>= 0.93%</h3><h3><u>Andre Saved 0.93% In Total At The Sale</u></h3>
_______________________________
Answer:
A
Step-by-step explanation:
I just took the test and i got it correct! :)