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
Likurg_2 [28]
3 years ago
13

I will definitely rate 5 stars/brainliest!!! HELP PLEASE!!! State University must purchase 1,100 computers from three vendors. V

endor 1 charges $500 per computer plus a delivery charge of $5,000. Vendor 2 charges $350 per computer plus a delivery charge of $4,000. Vendor 3 charges $250 per computer plus a delivery charge of $6,000. Vendor 1 will sell the university at most 500 computers; vendor 2, at most 900; and vendor 3, at most 400. Formulate an IP to minimize the cost of purchasing the needed computers (Please solve the LP with Lindo or Excel).
Engineering
1 answer:
romanna [79]3 years ago
3 0
Why 1+12+ Y3 < 1100
Says the state of university Need to purchase 1100 computers in total, we have the following answer on the way top
You might be interested in
A motorcycle starts from rest with an initial acceleration of 3 m/s^2, and the acceleration then changes with the distance s as
katrin2010 [14]

Answer:

Follows are the solution to this question:

Explanation:

Calculating the area under the curve:  

A = as

   =\frac{1}{2}(3 +6 \frac{m}{s^2})(100 \ m)+ \frac{1}{2}(6+4 \frac{m}{s^2})(100 m) \\\\=\frac{1}{2}(9 \frac{m}{s^2})(100 \ m)+ \frac{1}{2}(10\frac{m}{s^2})(100 m) \\\\=\frac{1}{2}(900 \frac{m^2}{s^2})+ \frac{1}{2}(1,000\frac{m^2}{s^2}) \\\\=(450 \frac{m^2}{s^2})+ (500\frac{m^2}{s^2}) \\\\= 950 \ \frac{m^2}{s^2}

Calculating the kinematics equation:

\to v^2 = v^2_{o} + 2as\\\\

        =0+ \sqrt{2as}\\\\ = \sqrt{2(A)}\\\\= \sqrt{2(950 \frac{m^2}{s^2})}\\\\= 43.59 \frac{m}{s}

Calculating the value of acceleration:  

\to a= \frac{dv}{dt}

=\frac{dv}{ds}(\frac{ds}{dt}) \\\\=v\frac{dv}{ds}\\\\\to \frac{dv}{ds}=\frac{a}{v}

\to \frac{dv}{ds} =\frac{4 \frac{m}{s^2}}{43.59 \frac{m}{s}} \\\\

         =\frac{0.092}{s}

3 0
2 years ago
Write a GUI-based program that plays a guess-the-number game in which the roles of the computer and the user are the reverse of
AURORKA [14]

Answer:

import javax.swing.*;

import java.awt.*;

import java.util.Random;

import java.awt.event.*;

public class Guess extends JFrame

{

   private static final long serialVersionUID = 1L;

   private JButton newGame;

   private JButton enter;

   private JButton exit;

   private JTextField guess;

   private JLabel initialTextLabel;

   private JLabel enterLabel;

   private JLabel userMessageLabel;

   private int randNum;

   private int userInput;

   private int maxtries = 0;

   public Guess()

   {

       super("Guessing Game");

       newGame = new JButton("New Game");

       exit = new JButton("Exit Game");

       enter = new JButton("Enter");

       guess = new JTextField(4);

       initialTextLabel = new JLabel("I'm thinking of a number between 1 and 100. Guess it!");

       enterLabel = new JLabel("Enter your guess.");

       userMessageLabel = new JLabel("");

       randNum = new Random().nextInt(100) + 1;

       setLayout(new FlowLayout());

       add(initialTextLabel);

       add(enterLabel);

       add(guess);

       add(newGame);

       add(enter);

       add(exit);

       add(userMessageLabel);

   

       setSize(500, 300);

       addWindowListener(new WindowAdapter()

       {

           public void windowClosing(WindowEvent e)

           {

               System.exit(0);

           }

       });

       newGameButtonHandler nghandler = new newGameButtonHandler();

       newGame.addActionListener(nghandler);

       ExitButtonHandler exithandler = new ExitButtonHandler();

       exit.addActionListener(exithandler);

       enterButtonHandler enterhandler = new enterButtonHandler();

       enter.addActionListener(enterhandler);

   }

   class newGameButtonHandler implements ActionListener

   {

       public void actionPerformed(ActionEvent e)

       {

           setBackground(Color.ORANGE);

           guess.setEnabled(true);

           guess.setText("");

           enter.setEnabled(true);

           maxtries = 0;

           userMessageLabel.setText("");

           randNum = new Random().nextInt(100) + 1;

       }

   }

   class ExitButtonHandler implements ActionListener

   {

       public void actionPerformed(ActionEvent e)

       {

           System.exit(0);

       }

   }

   class enterButtonHandler implements ActionListener

   {

       public void actionPerformed(ActionEvent e)

       {

           userInput = Integer.parseInt(guess.getText());

           checkGuess(randNum);

      if(userInput > 100 )

          {

                               userMessageLabel.setText("invalid entry");

          }

       }

   }

   public void checkGuess(int randomNumber)

   {

       maxtries++;

     if(maxtries==10){

           userMessageLabel.setText("You Lose!!");

           guess.setEnabled(false);

           enter.setEnabled(false);

         

       }else if (userInput == randomNumber)

           {

               userMessageLabel.setText("Correct !");

           }

       else if (userInput > randomNumber)

           {

               userMessageLabel.setText("Too high");

           }

       else if (userInput < randomNumber)

           {

               userMessageLabel.setText("Too Low");

           }

   }

   public static void main(String[] args)

   {

       Guess game = new Guess();

       game.setVisible(true);

   }

}

8 0
3 years ago
Water flows at a uniform velocity of 3 m/s into a nozzle that reduces the diameter from 10 cm to 2 cm. Calculate the water’s vel
katrin2010 [14]

Answer:

See the pictures attached

Explanation:

4 0
3 years ago
You have the assignment of designing color codes for different parts. Three colors are used on each part, but a combination of t
Masja [62]

Answer:

7 available

Explanation:

Since 3 colors are available r = 3

Total combination = 35

nCr = 35 ---1

nCr = n!/(n-r)!r!---2

We put equation 1 and 2 together

n-1)(n-2)(n-3)!/n-3)! = 35x 3!

We cancel out (n-3)!

(n-1)(n-2) = 210

7x6x5 = 210

nC3 = 35

7C3 = 35

So If there are 35 combinations, 7 colors are available.

Thank you!

3 0
2 years ago
Three communications channels in parallel have independent failure modes of 0.1 failure per hour. These components must share a
ozzi

Answer:

the MTTF of the transceiver is 50.17

Explanation:

Given the data in the question;

failure modes = 0.1 failure per hour

system reliability = 0.85

mission time =  5 hours

Now, we know that the reliability equation for this situation is;

R(t) = [ 1 - ( 1 - e^{-0.1t )³] e^{-t/MTTF

so we substitute

R(5) = [ 1 - ( 1 - e^{-0.1(5) )³] e^{-5/MTTF = 0.85

[ 1 - ( 1 - e^{-0.5 )³] e^{-5/MTTF = 0.85

[ 1 - ( 0.393469 )³] e^{-5/MTTF = 0.85

[ 1 - 0.06091 ] e^{-5/MTTF = 0.85

0.9391 e^{-5/MTTF = 0.85  

e^{-5/MTTF = 0.85 / 0.9391

e^{-5/MTTF = 0.90512

MTTF = 5 / -ln( 0.90512 )

MTTF = 50.17

Therefore, the MTTF of the transceiver is 50.17

7 0
3 years ago
Other questions:
  • the velocity of a particle is given by v=16t^2i+4t^3j+(5t+2k) m/s, where t is in seconds. if the particle is at the origin when
    10·1 answer
  • What is the major drawback in nanocrystalline alloys? a)- high brittleness b)-low hardness c)-rapid grain growth upon heating d)
    9·1 answer
  • Consider a dip-coating process where a very long (assume infinitely long) wire(solid) with radius, ri, is being pulled verticall
    13·1 answer
  • For a project in C++ we are supposed toDesign a class named Month. The class should have the following private members:-name: a
    10·1 answer
  • A belt drive was designed to transmit the power of P=7.5 kW with the velocity v=10m/s. The tensile load of the tight side is twi
    14·1 answer
  • Write Python expressions using s1, s2, and s3 and operators and * that evaluate to: (a) 'ant bat cod'
    14·1 answer
  • The nuclear reactions resulting from thermal neutron absorption in boron and cadmium are 10B5 + 1 n0 ï  7Li3 + 4He2 113Cd48 + 1
    9·1 answer
  • Drop the name below the corresponding part. (Look at the picture above to answer)
    5·1 answer
  • What do you mean by overflow and underflow error in array?.
    11·1 answer
  • An American architect whose principles of building included consonance with the landscape was ____________________________.
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!