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
Artyom0805 [142]
3 years ago
7

4. Calculate the square root of potato using the sqrt() function. Print out the value of potato again to verify that the value o

f potato hasn't changed.
Engineering
1 answer:
N76 [4]3 years ago
8 0

Answer:

potato<-100

print(potato)

sqrt(potato)

potato<-potato*2

print(potato)

Explanation:

The complete question is as follows

Create a variable called potato whose value corresponds to the number of potatoes you’ve eaten in the last week. Or something equally ridiculous. Print out the value of potato.

Calculate the square root of potato using the sqrt() function. Print out the value of potato again to verify that the value of potato hasn’t changed.

Reassign the value of potato to potato * 2.

Print out the new value of potato to verify that it has changed

The question was answered using R programming language.

At line 1, I assumed that I ate 100 potatoes in the previous week.

So, potato = 100

At line 2, the value of potato is printed as 100.

At line 3, the square root of potato is calculated using sqrt function: Square for of 100 = 10

At line 4,the initial value of potato is doubled and stored in potato variable. 100 * 2 = 200

At line 5, the new value of potato is printed: 200.

You might be interested in
Please help me with this. Plzzz.
Drupady [299]

Answer:

450,000m = 450km = 4.5E5

32,600,000W = 32.6MW = 3.26E7

59,700,000,000cal = 59.7Gcal = 5.97E10

0.000000083s = 83ns = 8.3E-8

35,000Ω = 35kΩ = 3.5E4

Explanation:

Giga   = 1,000,000,000

Mega = 1,000,000

kilo     = 1,000

unit    = 1

deci   = .1

centi  = .01

milli    = .001

micro = .000001

nano = .0000000001

pico  = .000000000001

You should be able to look at these and convert between them in seconds if you want to pursue anything in engineering.

7 0
3 years ago
A steel plate has a hole drilled through it. The plate is put into a furnace and heated. What happens to the size of the inside
djverab [1.8K]

Answer:

The diameter increases

Explanation:

The expansion in the metal is uniform in every dimension

4 0
2 years ago
Two wastewater treatment plant workers (one male and one female) are exposed to hydrogen sulfide in confined spaces in the treat
Vlada [557]

Answer:

Go to explaination for the details of the answer.

Explanation:

In order to determine the lifetime (75 years) chronic daily exposure for each individual, we have to first state the terms of our equation:

CDI = Chronic Daily Intake

C= Chemical concentration

CR= Contact Rate

EFD= Exposure Frequency and Distribution

BW= Body Weight

AT = Average Time.

Having names our variables lets create the equations that will be used to derive our answers.

Please kindly check attachment for details of the answer.

5 0
3 years ago
Let be a real-valued signal for which when . Amplitude modulation is preformed to produce the signal . A proposed demodulation t
densk [106]

Answer:

hello your question is incomplete attached below is the complete question

answer : attached below

Explanation:

let ; x(t)  be a real value signal for x ( jw ) = 0 , |w| > 200\pi

g(t) = x ( t ) sin ( 2000 \pi t )

x_{1} (t) = \frac{1}{2}  x(t)  sin ( 4000\pi t )

next we apply Fourier transform

attached below is the remaining part of the solution

6 0
3 years ago
Una frase de: ama la vida quien___________________________________
TEA [102]

Answer:

A phrase from: who loves life

Explanation:

5 0
3 years ago
Other questions:
  • An empty metal can is heated to 908C and sealed. It is then placed in a room to cool to 208C. What is the pressure inside the ca
    11·1 answer
  • Given the following data, plot the stress-strain curves for the two unknown materials on the same set of stress-strain axes. Den
    9·1 answer
  • The fluid-conditioning components of hydraulic-powered equipment provide fluid that is clean and maintained at an acceptable ope
    6·1 answer
  • An insulated piston–cylinder device initially contains 1 m3 of air at 120 kPa and 17°C. Air is now heated for 15 min by a 200-W
    7·1 answer
  • Guys, can you rate this toolbox, please. It is my DT project, made for car trips, what do you think of the idea/design/usability
    12·1 answer
  • A construction company distributes its products by trucks loaded at its loading station. A backacter in conjunction with trucks
    10·1 answer
  • Scheduling can best be defined as the process used to determine:​
    8·1 answer
  • Most technician jobs in the field of metrology require a college degree. True or False?
    5·2 answers
  • Your sprayer has a 60-foot wide boom with 36 nozzles along this 60-foot length. Your spray speed is 4.5 miles per hour and you w
    15·1 answer
  • Hello it's my new id<br>I am numu ​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!