Rewriting the question, the given lengths that were cut from the board were 30 3/4 inches, 12 1/4 inches, and 16 1/4 inches. To obtain the remaining length of the board, all of the measurements cut are to be added and subtracted from 72 inches. This is shown below:
30 3/4 + 12 1/4 + 16 1/4 = 237/4 = 59.25 inches.
Remaining length of board = 72 - 59.25 = 12.75 inches.
Therefore, there will be 12.75 inches remaining of the board.
Answer:

Step-by-step explanation:

Adding 10 to both sides.


Adding
to both sides.


Dividing both sides by 10.


∴ 
The 4 in the thousands place is 10 times the 4 in the hundreds place.
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:
60/25 is greater than 60/132