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
Dima020 [189]
2 years ago
14

The accompanying specific gravity values describe various wood types used in construction. 0.320.350.360.360.370.380.400.400.40

0.410.410.420.420.420.420.420.430.44 0.450.460.460.470.480.480.490.510.54 0.540.550.580.630.660.660.670.680.78 Construct a stem-and-leaf display using repeated stems. (Enter numbers from smallest to largest separated by spaces. Enter NONE for stems with no values.)
Engineering
1 answer:
marysya [2.9K]2 years ago
8 0

Answer:

\begin{array}{ccc}{Steam} & {\vert} & {Leaf}  \ \\ \\ {0.3} & {\vert} & {2\ 5\ 6\ 6\ 7\ 8} \ \\ \\{0.4} & {\vert} & {0\ 0\ 0\ 1\ 1\ 2\ 2\ 2\ 2\ 2\ 3\ 4\ 5\ 6\ 6\ 7\ 8\ 8\ 9} \ \\ \ \\ {0.5} & {\vert} & {1\ 4\ 4\ 5\ 8} \ \\ \ \\ {0.6} & {\vert} & {3\ 6\ 6\ 7\ 8} \ \\  \ \\ {0.7} & {\vert} & {8} \ \ \end{array}

Explanation:

Given

0.32,\ 0.35,\ 0.36,\ 0.36,\ 0.37,\ 0.38,\ 0.40,\ 0.40,\ 0.40,\ 0.41,

0.41,\ 0.42,\ 0.42,\ 0.42,\ 0.42,\ 0.42,\ 0.43,\ 0.44,\ 0.45,\ 0.46,

0.46,\ 0.47,\ 0.48,\ 0.48,\ 0.49,\ 0.51,\ 0.54,\ 0.54,\ 0.55,

0.58,\ 0.63,\ 0.66,\ 0.66,\ 0.67,\ 0.68,\ 0.78.

Required

Plot a steam and leaf display for the given data

Start by categorizing the data by their tenth values:

0.32,\ 0.35,\ 0.36,\ 0.36,\ 0.37,\ 0.38.

0.40,\ 0.40,\ 0.40,\ 0.41,\ 0.41,\ 0.42,\ 0.42,\ 0.42,\ 0.42,\ 0.42,

0.43,\ 0.44,\ 0.45,\ 0.46,\ 0.46,\ 0.47,\ 0.48,\ 0.48,\ 0.49.

0.51,\ 0.54,\ 0.54,\ 0.55,\ 0.58.

0.63,\ 0.66,\ 0.66,\ 0.67,\ 0.68.

0.78.

The 0.3's is will be plotted as thus:

\begin{array}{ccc}{Steam} & {\vert} & {Leaf}  \ \\ {0.3} & {\vert} & {2\ 5\ 6\ 6\ 7\ 8} \ \ \end{array}

The 0.4's is as follows:

\begin{array}{ccc}{Steam} & {\vert} & {Leaf}  \ \\ {0.4} & {\vert} & {0\ 0\ 0\ 1\ 1\ 2\ 2\ 2\ 2\ 2\ 3\ 4\ 5\ 6\ 6\ 7\ 8\ 8\ 9} \ \ \end{array}

The 0.5's is as follows:

\begin{array}{ccc}{Steam} & {\vert} & {Leaf}  \ \\ {0.5} & {\vert} & {1\ 4\ 4\ 5\ 8} \ \ \end{array}

The 0.6's is as thus:

\begin{array}{ccc}{Steam} & {\vert} & {Leaf}  \ \\ {0.6} & {\vert} & {3\ 6\ 6\ 7\ 8} \ \ \end{array}

Lastly, the 0.7's is as thus:

\begin{array}{ccc}{Steam} & {\vert} & {Leaf}  \ \\ {0.7} & {\vert} & {8} \ \ \end{array}

The combined steam and leaf plot is:

\begin{array}{ccc}{Steam} & {\vert} & {Leaf}  \ \\ \\ {0.3} & {\vert} & {2\ 5\ 6\ 6\ 7\ 8} \ \\ \\{0.4} & {\vert} & {0\ 0\ 0\ 1\ 1\ 2\ 2\ 2\ 2\ 2\ 3\ 4\ 5\ 6\ 6\ 7\ 8\ 8\ 9} \ \\ \ \\ {0.5} & {\vert} & {1\ 4\ 4\ 5\ 8} \ \\ \ \\ {0.6} & {\vert} & {3\ 6\ 6\ 7\ 8} \ \\  \ \\ {0.7} & {\vert} & {8} \ \ \end{array}

You might be interested in
What the answer fast
anygoal [31]
Viscosity isT=u(U/y) where T is shear stress & u is velocity and y is thr length
The answer is =2.57
7 0
3 years ago
2.
den301095 [7]
Jae pain seems the most off
4 0
3 years ago
A car travells at 67.5 km\h in 120 km.how long will it take to reach the destination
Kruka [31]

mark me the brainiest here

average speed (in km/h) of a car stuck in traffic that drives 12 kilometers in 2 hours.

5 0
3 years ago
Suppose values is a sorted array of integers. Give pseudocode that describes how a new value can be inserted so that the resulti
Novosadov [1.4K]

Answer:

insert (array[] , value , currentsize , maxsize )

{

   if maxsize <=currentsize

  {

      return -1

  }

  index = currentsize-1

  while (i>=0 && array[index] > value)

  {

      array[index+1]=array[index]

      i=i-1

  }

 

  array[i+1]=value

  return 0

}

Explanation:

1: Check if array is already full, if it's full then no component may be inserted.

2: if array isn't full:

  • Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.  
  • Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
  • assign new worth to the position that is next to the known position of initial smaller component.
7 0
3 years ago
Select the correct answer.
FrozenT [24]

Answer:

B. Italy

Explanation:

Hope this helps :)

6 0
3 years ago
Read 2 more answers
Other questions:
  • Using the celsius_to_kelvin function as a guide, create a new function, changing the name to kelvin_to_celsius, and modifying th
    5·1 answer
  • Consider a pipe with an inner radius of 5cm and an outer radius of 7cm.The inner surface is kept at 100C, and the outer surface
    11·1 answer
  • What does it take to launch a rocket in space?
    13·2 answers
  • In c the square root of a number N can be approximated by repeated calculation using the formula NG = 0.5(LG + N/LG) where NG st
    14·1 answer
  • Dalton needs to prepare a close-out report for his project. Which part of the close-out report would describe
    6·1 answer
  • Suppose you have two arrays: Arr1 and Arr2. Arr1 will be sorted values. For each element v in Arr2, you need to write a pseudo c
    11·1 answer
  • Running ropes must be taken out of service if they have _____ broken wires in one strad in one lay
    15·2 answers
  • What is the least count of screw gauge?<br> (a) 0.01 cm<br> (b) 0.001 cm<br> (c) 0.1 cm<br> (d) 1 mm
    13·1 answer
  • Determine the maximum height (in inches) that a lift pump can raise water (0.9971 g/ml) from a well at normal atmospheric pressu
    10·1 answer
  • Connect wires to make the correct logic outputs.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!