. Why does the Moon have a greater effect on the tides compared to the Sun? (Select WILL GIVE BRANLEST PLS ASAP

two.)
The Moon is smaller than the Sun.
The Sun is closer to the Earth.
The Moon’s gravitational pull on the Earth’s oceans is stronger.
The Moon is closer to the Earth.
The Sun’s gravitational pull on the Earth’s oceans is stronger.

Answers

Answer 1
Answer:

The correct option that explains the reason why the moon will have greater effect on the tides compared to the sun is;

Option D; The moon is closer to the Earth

  • Generally speaking, ocean tides on the earth are caused by both the gravity of the moon and the gravity of the sun.

Now, the mode of generation of ocean tides is not really by the total strength of gravity, but rather by the gravitational gradient.

Gravitational gradient is simply defined as the gravity differences from one spot to the other.

  • Now, from research, we know that the sun is far larger than the moon and this means in consequence it will have a far stronger total gravity than that of the moon. However, due to the fact that the moon is closer to the earth than the sun, it means the moon would possess a stronger gravitational gradient than which the sun possesses.

  • Now, let's get to ocean tides; The ocean tides arise as a result of the response of ocean water to a gravitational gradient and as a result, the moon will have a greater role in creating tides than that which the sun does.  

Read more at; brainly.com/question/24996618


Related Questions

Describe the types of digital cameras, how they store captured images, and how to transfer photos to a computer.
Also called the processor, or microprocessor, does most of the processing of data and instructions for the entire system.
​Early versions of HTML supported presentational _____ and presentational attributes designed to describe how each element should be rendered by web browsers.
A machine that is used to print newspapers is a _____. natural resource human capital capital good renewable resource
PLEASE HELP, True or False: When coding an image you must use an href attribute

____ control the way one slide replaces another on-screen during a presentation

Answers

I don’t know that one

Write a loop that reads positive integers from standard input, printing out those values that are greater than 100, each on a separate line, the loop terminates when it reads an integer that is not positive.

Answers

//use java not javascript
Scanner scan = new Scanner(s); 
int nums[] = new int[2000]; 
int value =1; 
int index = 0; 
\\loop for entering values and save those over 100 in an array 
While( value >= 0 ) \\ as long input is positive number loop continues 


System.out.print("Enter an integer : "); 
value = scan.nextInt( ); 
if(value > 100) 

nums[index] = value; 
index++; 




//Next loop prints the array contents on one line with one space 
for( int i =0; i < nums.length; i++) 

if(nums[i] > 100) 
System.out.print(n

You manage a single domain named widgets. Organizational units (OUs) have been created for each company department. User and computer accounts have been moved into their corresponding OUs. You define a password and account lockout policy for the domain. However, members of the Directors OU want to enforce longer passwords than are required for the rest of the users. You would like to define a granular password policy for these users. Which tool should you use

Answers

Answer:

The answer is "ADSI Edit".

Explanation:

Active Directory Service Interfaces would be a series of COM modules, that were used by various service providers to access the functions of directory services. It uses offers a single clear collection of active directory frameworks to control system resources in a computing environment.

It implies an AD editor of low concentrations that allows you to view, modify or remove objects and attributes. Far as utility and possible danger were concerned, ADSI Edit informs the machine registry which registration.

Amanda,the owner of a small business firm, wants to reach out to a larger consumer base. Her allocation of funds for advertisement is limited. How can she achieve her objective?

Answers

Answer:

By raising loans from banks

What output is displayed when the code that follows is executed? HashMap sales = new HashMap<>(); sales.put("January", 389.45); sales.put("February", 432.89); sales.put("March", 275.30); for (Map.Entry sale : sales.entrySet()) { System.out.println(sale.getKey() + ": " + sale.getValue()); }

Answers

Answer:

March: 275.30

January: 389.45

February: 432.89

Explanation:

The code to be executed is a Java code. Since the For loop used is based on Sale, when the code is complied it will print the output in the order of sale as below:

March: 275.30

January: 389.45

February: 432.89

The technology behind the Internet and E-mail dates back as far as 1969. What two software innovations helped the Internet become user-friendly to the average computer user?

Answers

DOS and Windows, DOS was a generation before windows came out. (Not certain, you might want to research it a little)