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
Leviafan [203]
3 years ago
8

Aaron needs to create a building design for a restaurant with colors that depict excitement and vibrancy. Which color can Aaron

use for the
building design?
A.
blue
OB. orange
C. green
D. white
E
purple
Engineering
2 answers:
zloy xaker [14]3 years ago
7 0

Answer:

I'm no engineer, but blue and purple are cool colors and white is every color so I'd go with orange

True [87]3 years ago
7 0

Answer: orange ,white  

Explanation:

they both seem like happy vibrant colors  

You might be interested in
A mixing basin in a sewage filtration plant is stirred by a mechanical agitator with a power input/WF L T=. Other parameters de
MakcuM [25]

Answer: π= G[√(u.V/W)]

STEP 1

Given parameters:

Power Input W= FL/T,

Absolute Viscosity u= FT/L²

Basin volume V= V/L³

Velocity gradient G= V/L³

STEP 2

We start by expressing the velocity gradient G as a function of W, u, V

G= G(W,u,V)

To get the pii terms, we use the dimension number formula n=k - r

where n and k are natural numbers representing number of fundamental dimensions and variable present respectively.

n= 4-3=1

STEP 3:

We expressed the pii terms as

π= G.W^a.u^b.V^c

The three fundamental F L T

We can write as

Fⁿ.Lⁿ.Tⁿ= 1/T. (FL/T)^a.(FT/L²)^b.(L³)

Using the exponential rule and by comparing coefficient on both sides;

Fⁿ.Lⁿ.Tⁿ= F^a+b. L^a-2b+3c. T^-a+b-1

Fⁿ= F^a+b = a+b= 0..............I

Lⁿ= L^a-2b+3c=0 = a-2b+3c=0...........ii

Tⁿ=L^-a+b-1=0. -a+b-1=0............iii

From the above equations we have,

a+b =0: b=-a...........iv

putting eq. iv into iii , we have

-a-a-1=0: -2a-1=0: a= -1/2

substituting the above value of a into eq iv, we have

b= 1/2

substituting the value of b above into eq 2, we have,

-1/2-2(1/2)+3c=0

c=1/2.

Lastly, from the pii terms given above we can obtain dimensionless relationship,

π=G(W^-1/2.u^1/2.V^1/2)

We can write this as

π= G[ √1/W.√u. √1/2] = G[(√u.V/√W)] or G[√(u.V/W)].... final answer.

5 0
3 years ago
The 30-kg gear is subjected to a force of P=(20t)N where t is in seconds. Determine the angular velocity of the gear at t=4s sta
tatyana61 [14]

Answer:

\omega =\frac{24}{1.14375}=20.983\frac{rad}{s}

Explanation:

Previous concepts

Angular momentum. If we consider a particle of mass m, with velocity v, moving under the influence of a force F. The angular  momentum about point O is defined as the “moment” of the particle’s linear momentum, L, about O. And the correct formula is:

H_o =r x mv=rxL

Applying Newton’s second law to the right hand side of the above equation, we have that r ×ma = r ×F =

MO, where MO is the moment of the force F about point O. The equation expressing the rate of change  of angular momentum is this one:

MO = H˙ O

Principle of Angular Impulse and Momentum

The equation MO = H˙ O gives us the instantaneous relation between the moment and the time rate of change of angular  momentum. Imagine now that the force considered acts on a particle between time t1 and time t2. The equation MO = H˙ O can then be integrated in time to obtain this:

\int_{t_1}^{t_2}M_O dt = \int_{t_1}^{t_2}H_O dt=H_0t2 -H_0t1

Solution to the problem

For this case we can use the principle of angular impulse and momentum that states "The mass moment of inertia of a gear about its mass center is I_o =mK^2_o =30kg(0.125m)^2 =0.46875 kgm^2".

If we analyze the staritning point we see that the initial velocity can be founded like this:

v_o =\omega r_{OIC}=\omega (0.15m)

And if we look the figure attached we can use the point A as a reference to calculate the angular impulse and momentum equation, like this:

H_Ai +\sum \int_{t_i}^{t_f} M_A dt =H_Af

0+\sum \int_{0}^{4} 20t (0.15m) dt =0.46875 \omega + 30kg[\omega(0.15m)](0.15m)

And if we integrate the left part and we simplify the right part we have

1.5(4^2)-1.5(0^2) = 0.46875\omega +0.675\omega=1.14375\omega

And if we solve for \omega we got:

\omega =\frac{24}{1.14375}=20.983\frac{rad}{s}

8 0
3 years ago
Multiple Choice
ra1l [238]
I need more details to your question
4 0
2 years ago
Read 2 more answers
Write a program that prompts for a line of text and then transforms the text based on chosen actions. Actions include reversing
nlexa [21]

Answer:

public class TextConverterDemo

{

//Method definition of action1337

public static String action1337(String current)

{

//Replace each L or l with a 1 (numeral one)

 current = current.replace('L', '1');

 current = current.replace('l', '1');

 

 //Replace each E or e with a 3 (numeral three)

 current = current.replace('E', '3');

 current = current.replace('e', '3');

 //Replace each T or t with a 7 (numeral seven)

 current = current.replace('T', '7');

 current = current.replace('t', '7');

 //Replace each O or o with a 0 (numeral zero)

 current = current.replace('O', '0');

 current = current.replace('o', '0');

 

//Replace each S or s with a $ (dollar sign)

 current = current.replace('S', '$');

 current = current.replace('s', '$');

 return current;

}

//Method definition of actionReverse

//This method is used to reverses the order of

//characters in the current string

public static String actionReverse(String current)

{

 //Create a StringBuilder's object

 StringBuilder originalStr = new StringBuilder();

 //Append the original string to the StribgBuilder's object

 originalStr.append(current);

 //Use reverse method to reverse the original string

 originalStr = originalStr.reverse();

 

 //return the string in reversed order

 return originalStr.toString();

}

//Method definition of main

public static void main(String[] args)

{

    //Declare variables

 String input, action;

 

 //Prompt the input message

 System.out.println("Welcome to the Text Converter.");

 System.out.println("Available Actions:");

 System.out.println("\t1337) convert to 1337-speak");

 System.out.println("\trev) reverse the string");

 System.out.print("Please enter a string: ");

   

 //Create a Scanner class's object

 Scanner scn = new Scanner(System.in);

 

 //Read input from the user

 input = scn.nextLine();

 do

 {

  /*Based on the action the user chooses, call the appropriate

   * action method. If an unrecognized action is entered then

   * the message "Unrecognized action." should be shown on a

   * line by itself and then the user is prompted again just

   * as they were when an action was performed.

   * */

  System.out.print("Action (1337, rev, quit): ");

  action = scn.nextLine();

  if (action.equals("1337"))

  {

   input = action1337(input);

   System.out.println(input);

  } else if (action.equals("rev"))

  {

   input = actionReverse(input);

   System.out.println(input);

  } else if (!action.equals("quit"))

  {

   System.out.println("Unrecognized action.");

  }

 } while (!action.equals("quit"));

 System.out.println("See you next time!");

 scn.close();

}

}

7 0
3 years ago
State three characteristic of lines of magnetic flux​
stepladder [879]

Answer:

1. The magnetic flux line form a closed loop.

2. The magnetic flux line repel each other.

3. The magnetic flux line never intersect.

5 0
2 years ago
Read 2 more answers
Other questions:
  • Show that the solution of thin airfoil theory of a symmetric airfoil given below satisfies the Kutta condition. What angle of at
    11·1 answer
  • What is the temperature dependency of the electrical conductivity for metals and semiconductors??
    6·1 answer
  • What are the different branches of engineering involved in manufacturing a general-purpose elevator?
    6·1 answer
  • The purpose of the __________ algorithm is to enable two users to exchange a secret key securely that can then be used for subse
    8·1 answer
  • Please Help !!
    5·1 answer
  • Which of the following describes a product concept?
    15·1 answer
  • Fig. 4 shows a simply-supported beam with supports A and B. The beam is subjected to three forces, 2000 N, 4000 N and 1500 N in
    5·1 answer
  • Choose the correct word or phrase to complete the sentence to explain human intervention in a machine system.
    13·1 answer
  • What is a chipping hammer used for? <br><br> State three things.
    7·2 answers
  • What is equation for surface area?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!