Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
charles dawson

charles d.

Divider

Questions asked

BEST MATCH

A B SUN C D Ranking Instructions: Rank the speed (from fastest to slowest) that the asteroid would have at each of the four locations

View Answer
divider
BEST MATCH

f(x) = 3x^2 + 3x - 60. Find the inverse and is f(x) one-to-one? If not, which restrictions can you put on the domain?

View Answer
divider
BEST MATCH

Which property of life deals with consumers and producers? All living things are made up of cells. All living things use energy. All living things pass their characteristics on to their offspring. All living things grow and reproduce.

View Answer
divider
BEST MATCH

Listing 3. testString.sh #!/usr/bin/env trash # FileName: test_string.sh # Purpose: This script is used to test a character # string, or variable, for its composition. # Examples: numeric, lowercase or uppercase, characters, and alpha-numeric characters # turn on extended globbing shopt -s extglob function test_string () { # This function tests a character string # Assign arg1 received from the GLOBAL_STRING to the variable --> LOCALSTRING LOCALSTRING=$1 # Testing the string and printing the recognized pattern case LOCALSTRING in +([0-1])) echo "Binary or positive integer" +([0-7])) echo "Octal or positive integer" +([0-9])) echo "Integer";; +([-1-9])) echo "Negative whole number";; +([0-9][.][0-9])) echo "Floating point";; +([a-f])) echo "Hexidecimal or all lowercase";; +([a-f]|[0-9])) echo "Hexidecimal or all lowercase alphanumeric";; +([A-F])) echo "Hexadecimal or all uppercase" ;; +([A-F][0-9])) echo "Hexadecimal or all uppercase alphanumeric";; +([a-f] [A-F])) echo "Hexadecimal or mixedcase";; +[a-f] [A-F]|[0-9])) echo "Hexadecimal or mixedcase alphanumeric";; +([a-z])) echo "all lowercase";; +([A-Z])) echo "all uppercase" +([a-z] [A-Z])) echo "mixedcase";; *) echo "Invalid string composition";; esac } # Main # Check for exactly one command-line argument if (($# != 1)) then echo "Error: at least one string must be given" echo "Example: ./test_string.sh Hello" exit 1 fi # Everything looks okay if we got here. Assign the # single command-line argument to the variable "GLOBAL_STRING" GLOBAL_STRING=${1} # Call the "test_string" function to test the composition # of the character string stored in the $GLOBAL_STRING variable. test_string $GLOBAL_STRING # EOF

View Answer
divider
BEST MATCH

Hydrazine, N2H4, may react with oxygen to form nitrogen gas and water. N2H4(aq) + O2(g) -> N2(g) + 2 H2O(l) If 3.95 g of N2H4 reacts and produces 0.650 L of N2 gas at 295 K and 1.00 atm, what is the percent yield of the reaction? percent yield: %

View Answer
divider
BEST MATCH

3. Do all parts: (20 points) a. Complete the following scheme by giving products for A-G. (7 x 2 points) 1. $O_3$ 2. DMS F + G E A B 1. $O_3$ 2. $NaHCO_3$ $PhCO_2H$ 1. $Hg(OAc)_2$, MeOH 2. $NaBH_4$ I C NBS $Br_2$, HOH D b. Provide a detail mechanism for the formation of compounds C and E. Highlight any similarities with respect to the regiochemical outcome. (6 points)

View Answer
divider
BEST MATCH

5. Determine the intervals where each function increases and decreases. (9 marks) a. y = -3x - 1 b. y = x^2 + 4x + 1 c. -x^2 + 2x - 1 6. The profit, P, in dollars for selling x hamburgers is modelled by $P(x) = 2.44x - \frac{x^2}{20000} - 5000$, where $0 \le x \le 35000$. For what quantities of hamburgers is the profit increasing? Decreasing? (5 marks)

View Answer
divider
BEST MATCH

Match the following: Match the words in the left column to the appropriate blanks on the right. Make certain each blank is complete before submitting your answer. Reset Help Passive stretching 1. : Increasing the stress placed on the body Specificity 2. : To improve a fitness component, the exercises must Isotonic be appropriate for that component Overload 3. : Muscle contraction without movement Isometric 4. : Muscle contraction with movement 5. : Requires a training partner

View Answer
divider
BEST MATCH

If you want to use Skinner's model of behaviorism and you have some time to spare, which reinforcement schedule is likely to lead to the longest duration of learned behavior, even though it will also take the longest to acquire? Variable Ratio Fixed Interval Fixed Ratio Variable Interval

View Answer
divider
BEST MATCH

PC.2.0 Estadística Descriptiva To do: Receive a grade This data is from a sample. Calculate the mean, standard deviation, and coefficient of variation. 30 20.7 22.9 21.9 17.1 20.8 36.6 49.4 14.6 Please show the following answers to 2 decimal places. Mean = Standard Deviation = Coefficient of Variation = % (Please enter a whole number.) Hint: Hints

View Answer
divider