Answer: Joey is faster
Step-by-step explanation: Because in 1 hour Joey is run 4 mile but in 1 hour Chandler is run 2 mile 
 
        
                    
             
        
        
        
Answer:
Option 1, 
The triangle MNP is similar to the triangle with side lengths 35 cm, 41 cm, 43 cm
Step-by-step explanation:
Given triangle MNP has side lengths 3.5 cm, 4.1 cm, and 4.3 cm. we have to find the similarity triangle sides from the given option.
As we know, the two triangles are similar if the measures of the corresponding sides of two triangles are proportional.
For the first option: 35 cm, 41 cm, 43 cm

which shows that the sides are proportional. 
we have to choose only one option ∴ we needn't have to check the others
Hence, the triangle MNP is similar to the triangle with side lengths 35 cm, 41 cm, 43 cm
 
        
             
        
        
        
You’re answer is 21 
7(3)= 21 I hope I’m right :))
        
                    
             
        
        
        
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);
 }
}
 
        
             
        
        
        
Using the perimeter of a rectangle, it is found that she can make a deck of 122 ft wide.
<h3>What is the perimeter of a rectangle?</h3>
The perimeter of a rectangle of length l and width w is given by:

In this problem:
- She has enough wood to build a deck that is 280ft, hence P = 280.
- The length is of 10 feet, hence l = 10.
- Considering that the deck's width will be added to the actual width of 8 feet, we have that w = 8 + w.
Then:






She can make a deck of 122 ft wide.
You can learn more about the perimeter of a rectangle at brainly.com/question/10489198