1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Contact [7]
3 years ago
13

Briefly explain why someone would choose a career in the geologic sciences, with at least three reasons.

Engineering
2 answers:
RSB [31]3 years ago
4 0

Answer:

The correct answer would include that there is a need for viable energy sources, but the techniques for mining them are not yet perfected.

Explanation:

Because of this, there is much room for improvement. This is a currently growing field with high incomes possible. There is a need to find better, safer ways to clean up spills. Less dangerous ways can be designed to make such tasks more efficient.

Artemon [7]3 years ago
3 0

Answer:

Someone could chose the career of being a geologic scientist because they can discover new things about the world.And find new things about it that wearnt discovered previously.

Explanation:

New species

New cures

New lands

You might be interested in
1 // Lab 2 tryIt2A 2 #include 3 using namespace std; 4 5 int main() 6 { int x = 1, y = 3; 7 int X = 2, Y = 4; 8 9 cout <<
padilas [110]

Answer:

Here is the complete program:

#include <iostream>

 using namespace std;    

 int main()

 {  int x = 1, y = 3;  

 int X = 2, Y = 4;  

 cout << "tryIt 2A" <<endl;

   cout << x << y << endl;  

   cout << "x" << "y" << endl;  

   cout << X << " " << Y << endl;

   cout << 2 * x + y << endl;  

   cout << 2 * X + Y << endl;  

   //cout << x + 2*y << endl;  

   cout << "x = ";  

   cout << x;  

   cout << " y = ";  

   cout << y;        

   return 0;

   }

Explanation:

I will explain the code line by line in the comment with each line of code and the output of each cout statement.

  • int x = 1, y = 3;  

This statement assigns value 1 to integer variable x and 3 to int variable y

  • int X = 2, Y = 4;  

This statement assigns value 2 to integer variable X and 4 to int variable Y As C++ is a case sensitive language so variable x and y are different from variables X and Y.

  • cout << "tryIt 2A" <<endl;

This statement has cout which is used to display output on the screen. So the output displayed by this cout statement is:

tryIt2A

  • cout << x << y << endl;  

This statement will print the values stored in x and y variables. So output displayed by cout statement here is 1 and 3. As there is not space or next line specified in the statement so output displayed will look like this:

13

  • cout << "x" << "y" << endl;  

This statement will display x and y but these are not the variable x and y. They are enclosed in double quotation marks so they are treated as strings not variables so the output displayed is:

xy

  • cout << X << " " << Y << endl;

This statement will print the values stored in X and Y variables. So output displayed by cout statement here is 2 and 4. As there is  space " " specified in the statement so 2 and 4 are displayed with a space between them so the output displayed will look like this:

2 4

  • cout << 2 * x + y << endl;  

This statement has an arithmetic operation in which 2 is multiplied by the values stored in variable x and then the result is added by value of y. So  2*1 = 2 and 2 + 3 = 5. So the result produced by this cout statement is:

5

  • cout << 2 * X + Y << endl;  

This will work same as above cout statement but the only difference is that the values of capital X and Y variables are calculated here. So 2 * 2 = 4 and then 4 + 4 = 8. The result produced by this cout statement is:

8

  • //cout << x + 2*y << endl;  

This is a comment because before this statement // is written which is used for single line comment. So compiler ignores comments and will not compile this statement.

  •    cout << "x = ";  

This will display "x = " as it is not variable but it is treated as a line to be displayed on the screen. So cout statement displays:

x =

  • cout << x;

This will print the value stored in x variable as there are no double quotes around x so it is a variable which contains value 1. In the above statement there is no endl so the output of this cout statement is displayed with the output of previous cout statement. So the following line is displayed on screen:

x = 1

  • cout << " y = ";

This will display "y = " as it is not variable but it is treated as a line to be displayed on the screen. In the above statement there is no endl so the output of this cout statement is displayed with the output of previous cout statement. So the following line is displayed on screen

x = 1 y =

  • cout << y;    

This will print the value stored in y variable as there are no double quotes around y so it is a variable which contains value 3. In the above statement there is no endl so the output of this cout statement is displayed with the output of previous cout statement. So the following line is displayed on screen:

x = 1 y = 3

So the output of the entire program along with the program is attached as screenshot.

6 0
4 years ago
Which of the following identifies the three main steps in the design process of an engineer?
ikadub [295]

Answer:

define the problem, do background research and specify requirements

8 0
3 years ago
Air is compressed from 100 kPa, 300 K to 1000 kPa in a two-stage compressor with intercooling between stages. The intercooler pr
Brut [27]

Answer:

The total compressor work is 234.8 kJ/kg for a isentropic compression

Explanation:

Please look at the solution in the attached Word file

Download docx
6 0
4 years ago
A platform and a weight totaling 900 N is held in position by a vertical water jet of 5 cm diameter. Determine the velocity of t
BlackZzzverrR [31]

Answer:

v = 21.409 m/s

Explanation:

Given data:

Total weight of the platform and weight together, W = 900 N

Diameter of the water jet = 5 cm = 0.05 m

Now,

the force exerted by the water jet is balancing the platform

also,

Force exerted by the water jet = ρAv²

where,

ρ is the density of the water = 1000 kg/m³

A is the area of the outlet of the jet = \frac{\pi}{4}d^2=\frac{\pi}{4}(0.05)^2

or

A = 0.00196 m²

v is the velocity of the jet

thus,

W = ρAv²

or

900 = 1000 × 0.00196 × v²

or

v = 21.409 m/s

Hence, the velocity of the jet is 21.409 m/s

7 0
3 years ago
Output all combinations of character variables a, b, and c. If a = 'x', b = 'y', and c = 'z', then the output is: xyz xzy yxz yz
gladu [14]

Answer & Explanation:

//written in java

public class Main {

   public static void main(String[] args) {

       //declare a char variable for a, b, c

       char a;

       char b;

       char c;

       //assign a b and c

       //a b and c can be replaced for with  

       // '#', '$', '%', then with '1', '2', '3'

       // for further testing

       a = 'x';

       b = 'y';

       c = 'z';

       //output for all possible combination for a, b, c.

       System.out.println("" + a + b + c + " " + a + c + b + " " + b + a + c +

               " " + b + c + a + " " + c + a + b + " " + c + b + a);

   }

}

7 0
4 years ago
Other questions:
  • In which step of the seven-step systematic economic analysis technique (SEAT) would multiple criteria be considered rather than
    10·1 answer
  • A stem and leaf display
    12·1 answer
  • 3. Suppose you work for this company that evaluates Boolean circuits in exponential time. Since you are very smart, your manager
    12·1 answer
  • The man of mass m1 = 82 kg and the woman of mass m2 = 80 kg are standing on opposite ends of the platform of mass m0 = 103 kg wh
    14·1 answer
  • Consider a cubic block whose sides are 6 cm long and a cylindrical block whose height and diameter are also 6 cm. both blocks ar
    8·1 answer
  • An isentropic steam turbine processes 2 kg/s of steam at 3 MPa, which is exhausted at50 kPa and 100C. Five percent of this flow
    12·1 answer
  • What is the mechanical advantage of a pulley with 3 support ropes?
    6·1 answer
  • This is the top part of the picture. I need someone to put the correct letter by the word !
    5·2 answers
  • An air-standard Diesel cycle engine operates as follows: The temperatures at the beginning and end of the compression stroke are
    12·1 answer
  • Urgent please help!<br> What are non-ferrous metal and ferrous metal?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!