Answer:
The flow velocity reduces to 0.72 m/s
Explanation:
According to the equation of continuity discharge in the channel should remain same
Thus we have

For a rectangular channel we have 
Applying values in the continuity equation and since the width of the channel remains constant 3.0 m we have
Answer:
Explanation:
public class Event
public final static int PRICE_PER_GUEST = 35;
public final static int CUT_OFF = 50;
//Attributes
private String eventNum;
private int noOfGuest;
private int price;
/**
* param eventNum the eventNum to set
*/
public void setEventNum(String eventNum)
this.eventNum = eventNum;
/**
* param noOfGuest the noOfGuest to set
*/
public void setNoOfGuest(int noOfGuest)
this.noOfGuest = noOfGuest;
this.price = this.noOfGuest * PRICE_PER_GUEST;
/**
* return the eventNum
*/
public String getEventNum()
return eventNum;
/**
* return the noOfGuest
*/
public int getNoOfGuest()
Answer: 33.35 minutes
Explanation:
A(t) = A(o) *(.5)^[t/(t1/2)]....equ1
Where
A(t) = geiger count after time t = 100
A(o) = initial geiger count = 400
(t1/2) = the half life of decay
t = time between geiger count = 66.7 minutes
Sub into equ 1
100=400(.5)^[66.7/(t1/2)
Equ becomes
.25= (.5)^[66.7/(t1/2)]
Take log of both sides
Log 0.25 = [66.7/(t1/2)] * log 0.5
66.7/(t1/2) = 2
(t1/2) = (66.7/2 ) = 33.35 minutes
Number three number three number three I’m not 100% sure though