A resistor has code 104 printed on it .What is the resistive value of this resistor ​

Answers

Answer 1

Answer:

X = 1 (1st digit in the code)

Y = 0 (2nd digit)

Z = 4 (3rd multiplier digit)

104 → 10 × 10^4 Ω

→ 10 × 10000Ω

→ 100 kΩ

resistors are marked 104, 105, 205, 751, and 754. The resistor marked with 104 should be 100kΩ (10x10^4), 105 would be 1MΩ (10x10^5), and 205 is 2MΩ (20x10^5). 751 is 750Ω (75x10^1), and 754 is 750kΩ (75x10^4).

Answer 2

Here we need to understand how a code in a resistor gives us information on the resistor. Here we will see that the code means that the resistance is 100,000 Ω.

When we use numbers, let's assume that we have 3 single-digit numbers abc.

So if the code in our resistor is abc, this will mean that the resistance of the resistor is:

ab×10^c Ω

Using this general rule we can see that if the code is 104, then the resistance will be:

r = 10×10^4 Ω

 = 100,000 Ω

Then we can conclude that the resistive value of this resistor is  100,000 Ω

If you want to learn more, you can read:

https://brainly.com/question/74415


Related Questions

Hydraulic fracturing is: Select one: a. a first step in storage of high-level radioactive waste b. a way of extracting natural gas shale formations c. a step in oil refining where oil is separated into different viscosities d. none of the above

Answers

The answer is B - a way of extracting natural gas shale formations.

Hydraulic fracturing is “a way of extracting natural gas shale formations.”

Shale and other types of "tight" rock, or impermeable rock formations that lock in oil and gas and complicate the production of fossil fuels, can be extracted of their natural gas or oil using the modern high-volume hydraulic fracturing process. Thus, option B is correct.

What are the factor involving in Hydraulic fracturing?

Shale gas is extracted through a procedure called hydraulic fracturing, also referred to as “fracking.” Due to the fact that shale reserves are often dispersed horizontally rather than vertically, deep holes are first drilled into the shale rock, then horizontal drilling is used to reach more of the gas.

A mixture of sand, chemicals, and water is pushed at high pressure down a borehole during hydraulic fracturing. The released gas can flow out of the rocks and back up the borehole because the water pressure causes cracks in the rock to widen, and the sand particles settle into the openings to keep them open.

Therefore, a way of extracting natural gas shale formations.

Learn more about Hydraulic fracturing here:

https://brainly.com/question/28559289

#SPJ2

What is the following diagram called?

Answers

Answer:

business

Explanation:

because shopping has great income

Answer:

is ur question right

Explanation:

is ur question right

is ur question right

an atom that gained an electron is called​

Answers

Answer:

Hey mate......

Explanation:

This is ur answer.....

When an atom gains/loses an electron, the atom becomes charged, and is called an ion.

Hope it helps!

Brainliest pls!

Follow me :)

An atom that gained an electron is called an ION.

hỗ trợ mình với được không các bạn

Answers

Answer:

Explanation:

Be bop

Question in Statistics and Probability 2

Petrol samples were taken at three different stations along a national highway to determine whether the octane rating varied from one station to another. Six petrol specimens of the same category were randomly selected at each station in different days. We are interested to know if there is sufficient evidence to indicate a difference in the mean octane rating at the different stations.
 
State the Null and the Alternative Hypotheses. 

Answers

I have this questions For a confidence level of 80% with a sample size of 21, find the critical t value answer key then u can help?

If OSHA determines that an employer's response to a non-formal complaint is adequate, what options does the employee filing the non-formal complaint have?

Answers

Fill it out without telling ur employer as that may cause backlash and have an osha certified employee come check out ur work or job site

Solve using Matlab the problems:

One using the permutation of n objects formula

One using the permutation of r objects out of n objects

You can pick these problems from the textbook or you can make up your own questions.


Help me pleaseeeee

Answers

Answer:

Explanation:

% Clears variables and screen

clear; clc

% Asks user for input

n = input('Total number of objects: ');

r = input('Size of subgroup: ');

% Computes and displays permutation according to basic formulas

p = 1;

for i = n - r + 1 : n

   p = p*i;

end

str1 = [num2str(p) ' permutations'];

disp(str1)

% Computes and displays combinations according to basic formulas

str2 = [num2str(p/factorial(r)) ' combinations'];

disp(str2)

=================================================================================

Example: check

How many permutations and combinations can be made of the 15 alphabets, taking four at a time?

The answer is:

32760 permutations

1365 combinations

==================================================================================

Use a truth table to verify the first De Morgan law ¬(p ∧ q) ≡ ¬p ∨ ¬q.

Answers

Answer:

p q output ¬(p ∧ q)

0 0 1

0 1 1

1 0 1

0 0 0

p q output ¬p ∨ ¬q

0 0 1

0 1 1

1 0 1

0 0 0

Explanation:

We'll create two separate truth tables for both sides of the equation, and see if they match.

The expressions in the question use AND, OR and NOT operators.

The AND operation needs both inputs to be 1 to return a 1.The OR operation needs at least 1 of the inputs to be 1 to return a 1. The NOT operation takes a 1 and turns it into a 0, or takes a 0 and turns it into a 1.

Let's start with ¬(p ∧ q)

NOT (0 AND 0) = NOT (0) = 1NOT (0 AND 1) = NOT (0) = 1NOT (1 AND 0) = NOT (0) = 1NOT (1 AND 1) = NOT (1) = 0

Now let's move on to the second expression ¬p ∨ ¬q

NOT(0) OR NOT(0) = 1 OR 1 = 1NOT(0) OR NOT(1) = 1 OR 0 = 1NOT(1) OR NOT(0) = 0 OR 1 = 1NOT(0) OR NOT(0) = 0 OR 0 = 0

Therefore we can say the two expressions are equivalent.

Attached  the truth table to verify the first De Morgan's law ¬(p ∧ q) ≡ ¬p ∨ ¬q:

What is the explanation of the truth table?

As you can see from the attached truth table, the truth values for ¬(p ∧ q) and ¬p ∨ ¬q are the same for all combinations of p and q, confirming the validity of the first De Morgan's law.

De Morgan's law is a fundamental principle in propositional logic.

It states that the negation of a conjunction (AND) is equivalent to the disjunction (OR) of the negations of the individual propositions.

Learn more about truth table at:

https://brainly.com/question/28605215

#SPJ3

Race cars at the Indianapolis Speedway average speeds of 185 mi/h. After determining the altitude of Indianapolis, find the Mach number of these cars and estimate whether compressibility might affect their aerodynamics.

Answers

Answer:

- the Mach number is 0.24.

- Compressibility becomes effective when Mach number is greater than 0.3, the Mach number of the race cars is less than 0.3, hence, compressibility will not affect their aerodynamics.

Explanation:

Given the data in the question;

Average speed V = 185 miles per hour = ( 185 /2.237 ) m/s = 82.7 m/s

From Almanac, we can find that Indianapolis is at 220 m altitude.

So from table, at that altitude, the standard speed of sound will be 339.4 m/s .

Mach number of the race car will be;

Mach Number = Velocity / sound speed

we substitute

Mach Number = ( 82.7 m/s ) / ( 339.4 m/s )

Mach Number = 0.24

Therefore the Mach number is 0.24.

We know that, compressibility becomes effective when the Mach number is greater than 0.3.

Since the Mach number of the race cars is less than 0.3, compressibility will not affect their aerodynamics.

 

A binary system of species 1 and 2 consists of vapor and liquid phases in equilibrium
at temperature T. The overall mole fraction of species 1 in the system is z1 = 0.65. At
temperature T, lnγ1 = 0.67 x2
2; lnγ2 = 0.67 x1
2; P1
sat = 32.27 kPa; and P2
sat = 73.14 kPa.
Assuming the validity of Eq. (13.19),
Final PDF to printer
13.10. Problems 511
smi96529_ch13_450-523.indd 511 01/06/17 03:27 PM
(a) Over what range of pressures can this system exist as two phases at the given T and z1?
(b) For a liquid-phase mole fraction x1 = 0.75, what is the pressure P and what molar
fraction of the system is vapor?
(c) Show whether or not the system exhibits an azeotrope

Answers

The answer in photo
Please don't forget put heart ♥️
Other Questions
Akili has two tests next week. The probability that he will pass the first test, science, is 34 . How he does on that test affects how he will do on his math test. If he passes science, then the probability that he will also pass the math test is 45; otherwise, the probability is only 13 that he will pass the math test. If the probability he passes exactly one test can be expressed as mn for two relatively prime positive integers m and n, what is m n Absolute Value Equations 2nd time. l'll give ya brainliest if you answer lol anywaycan someone make this sentence more like a 7th grader said it or something:The West has large open areas untouched by people. The land includes large forests, deserts, and mountains. The variety causes wide differences in weather. Hiking and camping are popular. The environment is an important issue. Ranching, lumbering, and mining are important industries. Los Angeles, Seattle, and Denver are major cities Which of the following is NOT something you should always do before a journey? A. Map the road ahead B. Deflate and reinflate your tires C. Assess your fitness to drive D. Use the GPS properly, if necessaryHelp plz "Neanderthals were much more like man than thought", if today we meet a Neanderthal face to face: (choose the correct option) *A. I would recognize it because they were taller and stronger than human beings.B. They could only live in Europe and no one would notice.C. I couldn't recognize it because they were so much like us.Choose the correct option. The Stone Age is divided into Neolithic and Paleolithic, then..A. Neanderthals worked stone and some metals.B. Neanderthals lived until the Neolithic because they discovered agriculture.C. Neanderthals had great knowledge of stoneworking techniques.Choose the correct optionA. Neanderthals and humans are the sameB. Between Neanderthals and humans there is a minimal difference.C. Humans were the only ones who made paintings. Explain the role of cellular respiration in a cell. Put the verbs in brackets: present perfect or present perfect continuous or past perfect.1. Before my trip to Paris two years ago, I ( never be) __ to France.2. When we finally stopped him, the squirrel ( already eat) ___ five cookies.3. Ben ( try ) ___ to open his own restaurant for the last few years. He ( just finish ) ___ the painting, but he ( not do ) ___ the decorating yet.4. You look tired. How long ( run) _____ ? Oii, algum sabe como se chama o alfabeto coreano em coreano? Eu sei que Hangul mas no sei no alfabeto coreano. HELPPPP MEEEE OUTTTT!!! write 2^60 as an exponent with a base of 16 please helpyuffytdgtutidrysryrdf what is science????? During a particular thunderstorm, the electric potential difference between a cloud and the ground is Vcloud - Vground = 4.20 108 V, with the cloud being at the higher potential. What is the change in an electron's electric potential energy when the electron moves from the ground to the cloud? If you have a right triangle with legs a =6 and b= 8, what is the value of the hypotenuse? show work. A parallelogram is cut out of a 12 inch by 8 inch sheet of paper there are four right triangles remnats two have the dimensions 2 inches by 9 inches and the other two have the dimensions 3 inches by 6 inches The Chandler Group wants to set up a private cemetery business. According to the CFO, Barry M. Deep, business is "looking up". As a result, the cemetery project will provide a net cash inflow of $57,000 for the firm during the first year, and the cash flows are projected to grow at a rate of 7 percent per year forever. The project requires an initial investment of $759,000. The firm requires a 14 percent return on such undertakings. The company is somewhat unsure about the assumption of a 7 percent growth rate in its cash flows. At what constant rate of growth would the company just break even? why physics ought to be studied? What did you learn about yourself? What stressors and or "hassles" do you recognize in your life? What measures can you take in order to lower your stress and optimize your health and well being? How will this enable you to become a more productive student? Do you see a mind, body, soul connection? Which of the following statements does not prove that ABCD is a parallelogram.Given: A(-4, 7), B(3,0), C(2,-5) and D(-5, 2). Charlotte knows that John's support will be essential in having her proposal accepted by senior management, so she meets with him informally. "I'd like to get your thoughts on the best approach on getting the staff trained on the new software," she says. "What are your thoughts on the next steps I need to take to get management's approval?" Which influence tactic is Charlotte using?