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
snow_tiger [21]
3 years ago
13

What Number Am I?

Engineering
1 answer:
noname [10]3 years ago
5 0

Answer:

The number is 768

Explanation:

The given parameters of the three digits number are;

The number is a multiple of four, therefore, a factor of the number = 4

The value of the first digit = A prime number larger than 5

The sum of the last two digits > 10

The value of the ones (place value) digit > The tens (place value) digit

Let 'xyz' represent the digits of the three digits number, we have;

x = A prime number digit larger than 5

∴ x = 7

y + z > 10

z > y and z > x

Given that 4 is a factor of the number, we have;

4 is a factor of 'z'

4 is also a factor of yz

Therefore, the digit, z > 7 and z is divisible by 4, therefore, z = 8

y + z = y + 8 > 10

∴ y > 10 - 8

y > 2

The multiples of 4 larger than 728 with the last digit equal to 8 are found using Microsoft Excel and presented as follows;

748, 768, 788

The numbers that have a larger ones place value are; 748 and 768

The sum of the las two digits are therefore, 4 + 8 = 12 and 6 + 8 = 14

The number that has the largest ones place value for the sum of the last two digits is 768

The number is 768

You might be interested in
The enforcement of OSHA standards is provided by federal and state
Gnoma [55]

Answer:

Explanation:

Enforcing OSHA, Occupational Safety and Health Administration, standards is not a job for electricians, lawmakers or tax collectors. The right answer is safety inspectors.

3 0
2 years ago
The 15-kg block A slides on the surface for which µk = 0.3. The block has a velocity v = 10 m/s when it is s = 4 m from the 10-k
sammy [17]

Answer:

s_max = 0.8394m

Explanation:

From equilibrium of block, N = W = mg

Frictional force = μ_k•N = μ_k•mg

Since μ_k = 0.3,then F = 0.3mg

To determine the velocity of Block A just before collision, let's apply the principle of work and energy;

T1 + ΣU_1-2 = T2

So, (1/2)m_a•(v_ao)² - F•s =(1/2)m_a•(v_a1)²

Plugging in the relevant values to get ;

(1/2)•(15)•(10)² - (0.3•15•9.81•4) =(1/2)(15)•(v_a1)²

750 - 176.58 = 7.5(v_a1)²

v_a1 = 8.744 m/s

Using law of conservation of momentum;

Σ(m1v1) = Σ(m2v2)

Thus,

m_a•v_a1 + m_b•v_b1 = m_a•v_a2 + m_b•v_b2

Thus;

15(8.744) + 10(0) = 15(v_a2) + 10(v_b2)

Divide through by 5;

3(8.744) + 2(0) = 3(v_a2) + 2(v_b2)

Thus,

3(v_a2) + 2(v_b2) = 26.232 - - - (eq1)

Coefficient of restitution has a formula;

e = (v_b2 - v_a2)/(v_a1 - v_b1)

From the question, e = 0.6.

Thus;

0.6 = (v_b2 - v_a2)/(8.744 - 0)

0.6 x 8.744 = (v_b2 - v_a2)

(v_b2 - v_a2) = 5.246 - - - (eq2)

Solving eq(1) and 2 simultaneously, we have;

v_b2 = 8.394 m/s

v_a2 = 3.148 m/s

Now, to find maximum compression, let's apply conservation of energy on block B;

T1 + V1 = T2 + V2

Thus,

(1/2)m_b•(v_b2)² + (1/2)k(s_1)² = (1/2)m_b•(v_b'2)² + (1/2)k(s_max)²

(1/2)10•(8.394)² + (1/2)1000(0)² = (1/2)10•(0)² + (1/2)(1000)(s_max)²

500(s_max)² = 352.29618

(s_max)² = 352.29618/500

(s_max)² = 0.7046

s_max = 0.8394m

8 0
3 years ago
Roads in rural areas are _______.
Roman55 [17]

Answer:

Explanation:

Mountain roads often zigzag across a mountain with a series of sharp turns called. switchbacks.

6 0
3 years ago
Read 2 more answers
Why do we need an architect?explain briefly by focusing on its various sectors.
lara [203]

Answer:

An architect will help you determine exactly what you need and come up with inventive ideas to solve even the most complex design problems. Think of us as professional 3D problem solvers! An architect can and should lift your project out of the ordinary.

Explanation:

What are the 3 main functions of an architect?

Design: Architects must design, plan, and develop concepts to create construction plans and technical documents. These are based on client requirements and ideas. Research: Architects must learn about the different building codes, safety regulations, construction innovations and city laws that affect their designs

What are the 7 types of architecture?

There are several main types of architects who focus on different types of structures and designs.

...

Commercial Architects

Office buildings / skyscrapers.

Hotels.

Bridges.

Schools.

Museums.

Government buildings.

Multi-unit residential buildings.

Pretty much any type of building that's not a residential home.

8 0
2 years ago
The longest_word function is used to compare 3 words. It should return the word with the most number of characters (and the firs
NARA [144]

Answer:

len(word2) >= len(word1) and len(word2) >= len(word3):

Question with blank is below

def longest_word(word1,word2,word3):

   if len(word1) >= len(word2) and len(word1) >= len(word3):

       word = word1

   elif _________________________________________

       word = word2

   else:

       word = word3

   return word

print(longest_word("chair","couch","table"))

print(longest_word("bed","bath","beyond"))

print(longest_word("laptop","notebook","desktop"))

print(longest_word("hi","cat","Cow"))

Explanation

In line 1 of the code word1, word2, and word3 are the parameters used to for the defining the longest_word function. They will be replaced by 3 words to be compared. The code that is filled in the blank is len(word2) >= len(word1) and len(word2) >= len(word3): It is a conditional statement that is true only if the number of characters in the string of word2 is greater than or equal to word1 and word2 is greater than that of word3 .

4 0
3 years ago
Other questions:
  • The aluminum rod AB (G 5 27 GPa) is bonded to the brass rod BD (G 5 39 GPa). Knowing that portion CD of the brass rod is hollow
    14·1 answer
  • Mike is involved in developing the model building codes that various states and local authorities in the United States adopt. He
    6·1 answer
  • A partnership between a gaming company and moviemakers might happen in what two ways?
    6·1 answer
  • A thick steel slab ( 7800 kg/m3 , c 480 J/kg K, k 50 W/m K) is initially at 300 C and is cooled by water jets impinging on one o
    15·1 answer
  • If aligned and continuous carbon fibers with a diameter of 9.90 micron are embedded within an epoxy, such that the bond strength
    11·1 answer
  • g A smooth pipeline with a diameter of 5 cm carries glycerin at 20 degrees Celsius. The flow rate in the pipe is 0.01 m3/s. What
    15·1 answer
  • Select a research proposal topic that relates to electrical and electronics engineering and write a proposal report taking into
    12·1 answer
  • What is photosynthesis​
    9·2 answers
  • REVVIVE ME MY MOM WALKED IN MY ROOM AND SCARED THE BAJESUS OUTTA ME
    5·2 answers
  • Derive the expression ε=ln(1+e), where ε is the true strain and e is the engineering strain. Note that this expression is not va
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!