Questions
(4) A bicycle travels along a straight road. Let p (t) = The position of the...

(4) A bicycle travels along a straight road. Let p (t) = The position of the bicycle (in feet) at time t(in seconds) v (t) = The velocity of the bicycle (in feet/sec) at time t (in seconds) a (t) = The acceleration of the bicycle (in feet/sec2 ) at time t (in seconds) ( some of these questions require you to write an integral, some don’t; only use an integral to answer a questions if you need to) (a) Using v (t) (and no other variables) write an expression representing the average velocity of the bicycle from t = 20 seconds to t = 50 seconds. Include units in your answer. (b) Using v (t) (and no other variables) write an expression representing the displacement of the bicycle from t = 20 seconds to t = 50 seconds. Include units in your answer. (c) Using v (t) (and no other variables) write an expression representing the average acceleration of the bicycle from t = 20 seconds to t = 50 seconds. Include units in your answer. (d) Using p (t) (and no other variables) write an expression representing the average velocity of the bicycle from t = 20 seconds to t = 50 seconds. Include units in your answer. (e) Using a (t) (and no other variables) write an expression representing the average acceleration of the bicycle from t = 20 seconds to t = 50 seconds. Include units in your answer. (f) Using p (t) (and no other variables) write an expression representing the displacement of the bicycle from t = 20 seconds to t = 50 seconds. Include units in your answer. With clear steps please

In: Math

3. (a) An outfielder fields a baseball 280 ft away from home plate and throws it...

3. (a) An outfielder fields a baseball 280 ft away from home plate and throws it directly to the catcher with an initial velocity of 100 ft/s. Assume that the velocity v(t) of the ball after t seconds satisfies the di↵erential equation dv dt = 1 10 v because of air resistance. How long does it take for the ball to reach home plate? (Ignore any vertical motion of the ball.) (Instructor’s hint: Recall that a di↵erential equation of the form dv/dt = kv has solution v(t) = v(0)ekt.) (b) The manager of the team wonders whether the ball will reach home plate sooner if it is relayed by an infielder. The shortstop can position himself directly between the outfielder and home plate, catch the ball thrown by the infielder, turn, and throw the ball to the catcher with an initial velocity of 105 ft/s. The manager clocks the relay time of the shortstop (catching, turning, throwing) at half a second. How far from home plate should the shortstop position himself to minimize the total time for the ball to reach home plate? Should the manager encourage a direct throw or a relayed throw? What if the shortstop can throw at 115 ft/s? (Instructor’s hint: Let x represent the distance between the shortstop and home plate, then find an expression for the time it takes that ball to reach home plate as a function of x. It is also helpful to use a variable w to represent the shortstop’s throwing velocity, since you can then substitute the di↵erent given values in place of w.) (c) For what throwing velocity of the shortstop does a relayed throw take the same time as a direct throw

Please answer part b

In: Physics

PLEASE ANSWER URGENT!!! A world wide fast food chain decided to carry out an experiment to...

PLEASE ANSWER URGENT!!! A world wide fast food chain decided to carry out an experiment to assess the influence of income on number of visits to their restaurants or vice versa. A sample of 8 households was asked about the number of times they visit a fast food restaurant (V) during last month as well as their monthly income (I). The data presented in the following table are the sums and sum of squares. (use 2 digits after decimal point)

∑ I = 393

∑ I2 = 21027

∑ ( I-Ibar )2 = SSI = 1720.88

V = 324

∑ V2 = 14272

∑ ( V-Vbar )2 = SSV = 1150

∑ IV = 17007

∑ [ ( I-Ibar )( V-Vbar) ] =SSIV=1090.5




a. Compute sample correlation coefficient. r=Answer

b. Test correlation coefficient for significance. (hint: ρ is population correlation coefficient)

Null Hypothesis is

Ho: ρ>0 Ho: ρ≥0 Ho: ρ<0 Ho: ρ≤0

Alternative Hypothesis is

H1: ρ<0 H1: ρ≥0 H1: ρ>0 H1: ρ≤0

Test statistic  is ???<---- answer

Critical Value of the test at α=5% is ???<--- answer

Does your findings support the hypothesis that as income increases, number of visits also increases at 5% significance level?

May be Yes No

c. Find the linear regression equation of visits based on income.

Estimated visit = ?? + ?? Income

d. Find the linear regression equation of income based on visits.

Estimated income = ?? + ?? Visit

e. Which model is more deterministic? (hint: use coefficient of determination to decide)

Model in part (c)

Model in part (d)

They are equivalent

In: Statistics and Probability

Rosie Learns, Inc. manufactures robots and uses an activity-based costing system. Rosie Learns’ activities and related...

Rosie Learns, Inc. manufactures robots and uses an activity-based costing system. Rosie Learns’ activities and related data are listed below:

Activity Budgeted Cost Allocation Base Predetermined Overhead Allocation Rate
Materials Handling $230,000 Number of Parts $1.50
Assembly 3,200,000 Number of assembling direct labor hours 16.00
Finishing 150,000 Number of finished units* 3.00

*The number of units receiving the finish activity, not the number of units transferred to Finished Goods Inventory.

Rosie Learns produces two models of robots, the Rosie V and the Rosie X. The Rosie X has fewer parts and requires no finishing work.

Product Total Units Produced Total Direct Materials Costs Total Direct Labor Costs Total Number of Parts Total Assembling Direct Labor Hours
Rosie V 3,000 54,000 67,500 8,000 4,500
Rosie X 3,500 56,000 52,500 6,000 3,500

Requirements:

  1. Compute the manufacturing product costs per unit of each model of robot.
  2. Suppose that pre-manufacturing activities, such as product design were assigned to Roxie V at $8 each and to Rosie X at $5 each. Similar analyses were done on post-manufacturing actives such as distribution, marketing, and customer service. The post-manufacturing costs were $18 for Rosie V and $14 for Rosie X. What is the full product costs per unit?
  3. Which product costs are reported in the external financial statements? Which costs are used for management decision making? What is the difference?
  4. What price should Rosie Learns set for Rosie X to earn a target net profit of $20 per robot?

In: Accounting

I'm trying to do some pratice problems in the book and here is one of them....

I'm trying to do some pratice problems in the book and here is one of them.

THIS IS FOR JAVA.

Write a method cleanCorruptData that accepts an ArrayList of integers and removes any adjacent pair of integers in the list if the left element of the pair is smaller than the right element of the pair. Every pair's left element is an even-numbered index in the list, and every pair's right element is an odd index in the list. For example, suppose a variable called list stores the following element values: [3, 7, 5, 5, 8, 5, 6, 3, 4, 7]

We can think of this list as a sequence of pairs: (3, 7), (5, 5), (8, 5), (6, 3), (4, 7). The pairs (3, 7) and (4, 7) are "bad" because the left element is smaller than the right one, so these pairs should be cleaned (or removed). So the call of cleanCorruptData(list); would change the list to store the following element values: [5, 5, 8, 5, 6, 3]

If the list has an odd length, the last element is not part of a pair and is also considered "corrupt;" it should therefore be cleaned by your method. If an empty list is passed in, the list should still be empty at the end of the call. You may assume that the list passed is not null. You may not use any other arrays, lists, or other data structures to help you solve this problem.

THIS IS FOR JAVA.

In: Computer Science

For this concept map, you will be choosing an abnormal finding from the Neurological Assessment Subtopics...

For this concept map, you will be choosing an abnormal finding from the Neurological Assessment Subtopics should include: Locate—list common assessment findings or observations associated with paralysis

list questions you would ask the patient related to paralysis

list expected treatments for the abnormal finding

list pertinent patient education items related to paralysis and/or its prevention

list items you would request from the physician or advocate for concerning the paralysis

In: Nursing

You're given the pointer to the head node of a ordered linked list, an integer to...

You're given the pointer to the head node of a ordered linked list, an integer to add to the list. Write a function that inserts a number in the the list preserving its order. If the head pointer contains a null pointer that indicates an empty list.

Function insertNode has the following parameters:

  • head: a SinglyLinkedListNode pointer to the head of the list
  • data: an integer value to insert as data in your new node

Function prototype:

  • SinglyLinkedListNode* insertNode(SinglyLinkedListNode* head, int data)

In: Computer Science

Write a  program in C++ using a vector to create the following output. Declare a vector named  numbers    -  Don’t...

Write a  program in C++ using a vector to create the following output.

  • Declare a vector named  numbers    -  Don’t specify a size and don’t initialize with values.

Starting with 2, pushing these into the back of the vector:   2, 4, 6, 8, 10

vector capacity (array size)

changes and is dependent on

the compiler.

The size of the list is now 5.

The vector capacity (array size) is 6.

The back element is: 10

The front element is: 2

Now deleting the value at the end of the list . . .

The size of the list is now 4.

Note:  The swap() function is defined in the <algorithm> header, and is not a vector function.  No object calls the swap() function.  Do it like this:

swap(numbers.first(), numbers.last());

After deleting, here is the list:   2, 4, 6, 8

Now swapping the first number with the last number.

After swapping, here is the list:   8, 4, 6, 2   

Now inserting 0 at the beginning of the list.

After inserting, here is the list:   0, 8, 4, 6, 8

The size of the list is now 5.

The value of the third element (index 2) is:  4

Now removing all list items . . .

The size of the list is now 0.

The vector capacity (array size) is 6.      

In: Computer Science

java programming Concepts ArrayList - Collections Sorting Enhanced For Loop Collections Class Auto-boxing Programming Assignment 1....

java programming

Concepts

ArrayList - Collections

Sorting

Enhanced For Loop

Collections Class

Auto-boxing

Programming Assignment

1. Describe auto-boxing, including why it is useful. (Google for this one) Write a few lines of code that auto-box an int into an Integer, and un-box an Integer to an int.

2. Declare an ArrayList of Strings. Add 5 names to the collection. "Bob" "Susan" ... Output the Strings onto the console using the enhanced for loop.

3. Sort the list using the method Collections.sort. Output the sorted List. Shuffle the list, and output the shuffled list. Note that Collections (with an s) is a class, while Collection is an interface. The Collections class has many useful static methods for processing interfaces, including the sort method.

4. Search for the name "Susan" in the list. What location was it found? Search for a name that is not in the list. What location is reported?

5. Describe why an equals method and a compareTo method are required to achieve searching and sorting of the elements of a list.

6. Convert the list above to an array using toArray. Output the elements of the array. Convert the array back into a list using asList. Output the elements of the list.

Submission.

Please submit .java file(s)

In: Computer Science

Exercise 3: Stack Write a program in Java to manipulate a Stack List: 1. Create Stack...

Exercise 3: Stack
Write a program in Java to manipulate a Stack List:

1. Create Stack List
2. Display the list
3. Create the function isEmply
4. Count the number of nodes
5. Insert a new node in the Stack List.
6. Delete the node in the Stack List.
7. Call all methods above in main method with the following data:

Test Data :
Input the number of nodes : 4
Input data for node 1 : 5
Input data for node 2 : 6
Input data for node 3 : 7

Input data for node 4 : 9

Exercise 4: Queue
Write a program in Java to manipulate a Stack List:

1. Create Queue List
2. Display the list
3. Count the number of nodes
4. Insert a new node in the Stack List.
5. Delete the node in the Stack List.
6. Call all methods above in main method with the following data:

Test Data :
Input the number of nodes : 4
Input data for node 1 : 5
Input data for node 2 : 6
Input data for node 3 : 7

Input data for node 4 : 9

In: Computer Science