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
aliya0001 [1]
3 years ago
6

Which one of the following statements about the Wright brothers is not true?

Engineering
1 answer:
11111nata11111 [884]3 years ago
3 0

On December 17, 1903, the Flyer flew for two minutes and 1200 feet.

Answer: Option B.

<u>Explanation:</u>

The first successful flight that was taken by the "Wright brothers" on seventeenth of December in the year 1903 was not for two minutes and more over there were four different flights that the brothers took on that same day.

The first one was for 12 seconds for 540 feet, the second flight was for thirteen seconds ans went up to 200 feet and the third flight was for fifteen seconds again for 200 feet. The fourth was the longest flight which lasted for 59 seconds.

You might be interested in
can anyone help me with this please.i have the current and pf for branch 1 and 2 but cant figure out the total current, pf and a
anyanavicka [17]

Answer:

  • branch 1: i = 25.440∠-32.005°; pf = 0.848 lagging
  • branch 2: i = 21.466∠63.435°; pf = 0.447 leading
  • total: i = 31.693∠10.392° leading; pf = 0.984 leading

Explanation:

To calculate the currents in the parallel branches, we need to know the impedance of each branch. That will be the sum of the resistance and reactance.

The inductive reactance is ...

  X_L=j\omega L=j2\pi fL=j100\pi\cdot 15.915\times10^{-3}\approx j4.99984\,\Omega

The capacitive reactance is ...

  X_C=\dfrac{1}{j\omega C}=\dfrac{-j}{100\pi\cdot 318.31\times10^{-6}F}\approx -j10.00000\,\Omega

<u>Branch 1</u>

The impedance of branch 1 is ...

  Z1 = 8 +j4.99984 Ω

so the current is ...

  I1 = V/Z = 240/(8 +j4.99984) ≈ 25.440∠-32.005°

The power factor is cos(-32.005°) ≈ 0.848 (lagging)

<u>Branch 2</u>

The impedance of branch 2 is ...

  Z2 = 5 -j10 Ω

so the current is ...

  I2 = 240/(5 +j10) ≈ 21.466∠63.435°

The power factor is cos(63.436°) ≈ 0.447 (leading)

<u>Total current</u>

The total current is the sum of the branch currents. A suitable calculator can add these vectors without first converting them to rectangular form.

  It = I1 +I2 = (21.573 -j13.483) +(9.6 +j19.2)

  It ≈ 31.173 +j5.717 ≈ 31.693∠10.392°

The power factor for the circuit is cos(10.392°) ≈ 0.984 (leading)

__

The phasor diagram of the currents is attached.

_____

<em>Additional comment</em>

Given two vectors, their sum can be computed several ways. One way to compute the sum is to use the Law of Cosines. In this application, the angle between the vectors is the supplement of the difference of the vector angles: 84.560°.

3 0
2 years ago
Why do engineers play a variety of roles in the engineering process?
Crazy boy [7]

Answer: The engineering design process emphasizes open-ended problem solving and encourages students to learn from failure. This process nurtures students abilities to create innovative solutions to challenges in any subject! In addition to their involvement in design and development, many engineers work in testing, production, or maintenance. These engineers supervise production in factories, determine the causes of a component's failure, and test manufactured products to maintain quality.

Explanation:

6 0
2 years ago
Multiple Choice
ra1l [238]
I need more details to your question
4 0
2 years ago
Read 2 more answers
Your Java program will be reading input from a file name strInput.txt. Each record contains String firstname String lastName Str
stiks02 [169]

Answer:

The program requires that you have the specified input files and it reads from each file at a time and processes salary in digits, states the city, state and bonus with respective first and last name as requested in the question. Note that you must have access to the mentioned output files for the program to work properly. Below is the java version of the program.

import java.io.File;

import java.io.FileNotFoundException;

import java.io.PrintWriter;

import java.util.Scanner;

class Driver

{

public static void main(String[] args) throws FileNotFoundException

{

Scanner sc = new Scanner(new File("strInput.txt"));

PrintWriter pd = new PrintWriter(new File("strOutputD"));

PrintWriter prf = new PrintWriter(new File("strOutputRF"));

String firstname = "", lastname = "", strSalary = "", status = "", cityState = "", city = "", state = "";

double salary = 0, bonus = 0;

int incorrectRecords = 0;

int dRecords = 0;

int fRecords = 0;

while(sc.hasNextLine())

{

firstname = sc.next();

lastname = sc.next();

strSalary = sc.next();

status = sc.next();

cityState = sc.next();

if(!status.equals("D") && !status.equals("F"))

{

System.out.println("Records is neither D nor F. Skipping this...");

incorrectRecords++;

continue;

}

else if(status.equals("D") || status.equals("F"))

{

char c = ' ';

int i = 0;

for(i=0; i<strSalary.length() && c != '.'; i++)

{

c = strSalary.charAt(i);

if(!Character.isDigit(c))

{

System.out.println("Char at position " + (i+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

}

if(c == '.')

{

if(i+1 == strSalary.length()-1)

{

if(!Character.isDigit(strSalary.charAt(i)))

{

System.out.println("Char at position " + (i+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

if(!Character.isDigit(strSalary.charAt(i+1)))

{

System.out.println("Char at position " + (i+1+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

}

else

{

System.out.println("Period is in the wrong position. Expected at " + (strSalary.length()-3) + " but found at " + (i+1));

continue;

}

}

city = cityState.split(",")[0];

state = cityState.split(",")[1];

salary = Double.parseDouble(strSalary);

if(status.equals("D"))

{

bonus = salary * 0.125;

dRecords++;

pd.write(firstname + " " + lastname + " " + status + " " + salary + " " + bonus + " " + city + " " + state);

}

else

{

bonus = salary * 0.18;

fRecords++;

prf.write(firstname + " " + lastname + " " + status + " " + salary + " " + bonus + " " + city + " " + state);

}

}

}

System.out.println("No of D records : " + dRecords);

System.out.println("No of F records : " + fRecords);

System.out.println("No of incorrect records : " + incorrectRecords);

}

}

6 0
3 years ago
Along with refining craft skills another way to increase the odds for career advancement is to
Xelga [282]

The acquisition of additional certifications with a personal refined craft skills can increase the odds for career advancemen.

<h3>What is a career advancement?</h3>

An advancement is achieved in a career if a professional use their skill sets, determination or perserverance to achieve new career height.

An example of a career advancement is when an employee progresses from entry-level position to management and transits from an occupation to another.

Therefore, the Option A is correct.

Read more about career advancement

<em>brainly.com/question/7053706</em>

7 0
1 year ago
Other questions:
  • A rigid tank contains 5 kg of saturated vapor steam at 100°C. The steam is cooled to the ambient temperature of 25°C. (a) Sketch
    5·1 answer
  • How long should the shafts remain in the furnace to achieve a desired centerline temperature of 800K? 2) Determine the temperatu
    5·1 answer
  • How many kg / day of NaOH must be added to neutralize a waste stream generated by an industry producing 90,800 kg / day of sulfu
    6·2 answers
  • What organization which fire codes
    13·2 answers
  • The use of zeroes after a decimal point are an indicator of accuracy. a)True b)- False
    7·1 answer
  • Users say that the game is interesting to look at but the music gets annoying
    9·1 answer
  • The housing for a certain machinery product is made of two components, both aluminum castings. The larger component has the shap
    10·1 answer
  • Can U lose a rank in Brainly by using too many points?
    6·1 answer
  • Bob would like to run his house off the grid, therefore he needs to find out how many solar panels and batteries he needs to buy
    12·1 answer
  • A global resources company uses data-intensive, cloud-based simulation software, but users in remote locations find that the res
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!