Recent content by akhanijow

  1. A

    Probability of winning four holes in golf

    Player A Prob. Draw Player B Prob. Par 3 0.2375 0.5117 0.2509 Par 3 0.2375 0.5117 0.2509 Par 3 0.2375 0.5117 0.2509 Par 5 0.3453 0.4102 0.2444 So the probability of A winning 4 holes would be: .2375^3 * .3453 ? A winning 3 holes: .2375^3 * (1-.3453) .2375^2 * (1-.2375) *...
  2. A

    Probability of winning four holes in golf

    -------------------------------------------------------------------------------- Hi All, I just wanted to be sure I am calculating this correctly: In a golf game, Player A and Player B are competing in 4 holes of golf. The probabilites for 4 holes are below: Player A Prob. Draw Player B...
  3. A

    Probability between 2 people in golf

    Hi, I am having some issues with this problem. Any help is much appreciated! There are two people competing in a golf match, Person A and Person B. For a hole with a par-3 rating, Person A has the following probabilities of getting the ball in the hole in the designated number of strokes...
  4. A

    MATLAB How to Correctly Prompt for Yearly Maintenance Costs in a MATLAB While Loop?

    Hey, Yes I did, I still can't seem to figure it out...I tried using the %d function and num2str, but its failed to work. I also tried using 's', but that is for a string, and I am just trying to have the input show up as: "What is the maintenance cost for year __?" Any idea, thanks so...
  5. A

    MATLAB How to Correctly Prompt for Yearly Maintenance Costs in a MATLAB While Loop?

    Hi everyone, I am writing a MATLAB program and am having some issues. Here is the code I have written so far: clear all clc info(1) = input('What is the MARR (%)? '); info(2) = input('What is the lifetime of the project? '); info(3) = input('What is the initial investment ($)? ')...
  6. A

    HELP Calculate stress applied to slip direction

    Hi, He never really tought us that in class. He showed us: (u1u2*v1v2*w1w) / [sqrt(((u1)^2+(v1)^2+(w1)^2) * ((u2)^2+(v2)^2+(w2)^2)
  7. A

    HELP Calculate stress applied to slip direction

    Hi All, Im having some trouble in one of my classes and can't figure out how to do the following: If a single crystal of an FCC metal yields with an applied load of 1MPa in the [1 -1 2] direction, at what stress would the same metal yield if the load were applied in the [0 1 4] direction...
Back
Top