Hi my name is bob plz give brainpower
Answer:
1 hour=35+15=50
2 hours=35+15(2)=65
3 hours=35+15(3)=80
4 hours=35+15(4)=95
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:
4
Step-by-step explanation:
24÷6
6 x ? = 24
6 goes into 24 four times
24÷6=4
Answer:
Area of parallelogram is 150 square ft
Step-by-step explanation:
Given the parallelogram in the figure whose height is 10 ft and base length is 15 ft.
Area of parallelogram is
=
= 150 square ft
now we have to decompose this parallelogram into rectangles and triangles and then to determine the shape.
The given parallelogram KLMN can be decomposed into 2 triangles and one rectangle.
2 right angled triangles KPL and NOM by construction
⇒ (∵ KLMN is a parallelogram)
Hence, dimension of triangles are 10 ft, 2 ft and 10.2 ft
Now rectangle KPON with dimension 15 ft and 10 ft because KP and NO are perpendiculars on LM.