8% of 552 is 44.16. Look at the percent sign as a decimal and move it two places to the left, that'll give you 0.08. To find 8% of 552, look at it as 0.08 multiplied by 552. After you multiply you should get 44.16.
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);
}
}
Given: Yu, Nailah, and Elena each bought between 7 and 9 yards of ribbon Yu bought 3 pieces of ribbon. Nailah bought 5 pieces of ribbon. Elena bought 6 pieces of ribbon.
To find: Who can buy which ribbon
Solution:
Ribbon Sizes
1 2/3 = 5/3 yard
4/5 yard
3 1/2 = 7/2 Yard
Yu, Nailah, and Elena each bought between 7 and 9 yards of ribbon
Yu bought 3 pieces of ribbon
=> 3 * 5/3 = 5
3 * 4/5 = 2.4
3 * 7/2 = 10.5
Nailah bought 5 pieces of ribbon
=> 5 * 5/3 = 8.33
5 * 4/5 = 4
5 * 7 /2 = 17.5
Elena bought 6 pieces of ribbon
=> 6 * 5/3 = 10
6 * 4/5 = 4.8
6 * 7 /2 = 21
Only value between 7 & 9 is 5 * 5/3 = 8.33
hence Nailah only can buy 1 2/3 = 5/3 yard ribbon
or there is some mistake in the data
Answer: A: there is not enough evidence to support a relationship between lunch preference and role at school
A because shes buying 4 chocolate bars and X is the amount of fruit snacks shes wanting to buy and its less than or equal to 25