Answer:
If 3x + 8x + 4x = 6x + 63, then what is 5x + 23?
Step-by-step explanation:
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);
}
}
Answer:
<em>The coordinates of the vertex are (-1,-4).</em>
Step-by-step explanation:
<u>Equation of the Quadratic Function
</u>
The vertex form of the quadratic function has the following equation:

Where (h, k) is the vertex of the parabola that results when plotting the function, and a is a coefficient different from zero.
We are given the function:

We must transform the equation above by completing squares:
The first two terms can be completed to be the square of a binomial. Recall the identity:

Thus if we add and subtract 1:

Operating:

The trinomial in parentheses is a perfect square:

Adding 4:

Comparing with the vertex form of the quadratic function, we have the vertex (-1,-4).
The coordinates of the vertex are (-1,-4).
Answer:

Step-by-step explanation:
Given



Required
Her salary in that month
Given that she spent
of her salary on shopping, this implies that she has
of her salary left
From what's left, she gave her sister 
This means she gave her sister 
Sister = 
Calculating a fraction of what's left




Recall that she has Rs11,040
This means that

Multiply both sides by 




Hence, her salary for that month was Rs23000
[ ( x + 4 )( x + 5 ) + 4( x + 1 )( x + 5) - 5( x + 1 )( x + 4 ) ] / [( x + 1 )( x + 4)( x + 5 )] = ( x^2 + 9x + 20 + 4x^2 + 24x +20 - 5x^2 - 25x - 20) / [( x + 1 )( x + 4)( x + 5 )] =
( - 2x + 20 ) / [( x + 1 )( x + 4)( x + 5 )] = ( - 2)( x - 10) / [( x + 1 )( x + 4)( x + 5 )]