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
Katarina [22]
3 years ago
10

I need ideas for what to build because I have some spare wood.

Engineering
1 answer:
Misha Larkins [42]3 years ago
6 0

Answer:

small guitar with no strings?

Explanation:

it would be fun to make i think

You might be interested in
Air is compressed isothermally from 13 psia and 55°F to 80 psia in a reversible steady-flow device. Calculate the work required,
solong [7]

Answer:64.10 Btu/lbm

Explanation:

Work done in an isothermally compressed steady flow device is expressed as

Work done = P₁V₁ In { P₁/ P₂}

Work done=RT In { P₁/ P₂}

where P₁=13 psia

          P₂= 80 psia

Temperature =°F Temperature is convert to  °R

T(°R) = T(°F) + 459.67

T(°R) = 55°F+ 459.67

=514.67T(°R)

According to the properties of molar gas, gas constant and critical properties table, R  which s the gas constant of air is given as 0.06855 Btu/lbm

Work = RT In { P₁/ P₂}

0.06855 x 514.67 In { 13/ 80}

=0.06855 x 514.67 In {0.1625}

= 0.06855 x 514.67  x -1.817

=- 64.10Btu/lbm

The required work therefore for this  isothermal compression is 64.10 Btu/lbm

8 0
3 years ago
The lattice constant of a simple cubic primitive cell is 5.28 Å. Determine the distancebetween the nearest parallel ( a ) (100),
skelet666 [1.2K]

Answer:

a)5.28 Å , b)3.73 Å , c)3.048 Å

Explanation:

the atoms are situated only at the corners of cube.Each and every atom in simple cubic primitive at the corner is shared with 8 adjacent unit cells.

Therefore, a particular unit cell consist only 1/8th part of an atom.

The lattice constant of a simple cubic primitive cell is 5.28 Å

We know formula of distance,

d = \frac{a}{\sqrt{h^{2}+k^{2}+l^{2}}}

a)(100)

a=5.28 Å

Distance = \frac{5.28 Å}{\sqrt{1^{2}+0^{2}+0^{2}}}=5.28 Å

b)(110)

Distance = \frac{5.28}{\sqrt{1^{2}+1^{2}+0^{2}}} = 3.73 Å

c)(111)

Distance= \frac{5.28}{\sqrt{1^{2}+1^{2}+1^{2}}}= 3.048 Å

6 0
3 years ago
A 20.0 µF capacitor is charged to a potential difference of 800 V. The terminals of the charged capacitor are then connected to
Sergeu [11.5K]

Answer:

a) Q_initial = 16 * 10^-3 C

b) V_1 = V_2 =  (16/3) * 10^2 V

c)  E = 64/15 J

d)  dE = 32/15 J of decrease

Explanation:

Given:

- Capacitor 1, C_1 = 20.0 uF

- Capacitor 2, C_2 = 10.0 uF

- Charged with P.d V = 800 V

Find:

a) the original charge of the system,

(b) the final potential difference across each capacitor

(c) the final energy of the system

(d) the decrease in energy when the capacitors are connected.

Solution:

a)

- The initial charge in the circuit is the one carried by the first charged capacitor.

                           Q_initial = C_1*V

                           Q_initial = 20*10^-6 * 800

                           Q_initial = 16 * 10^-3 C

b)

- After charging the other capacitor, we know that the total charge is conserved among two capacitor:

                          Q_initial = Q_1 + Q_2

- We also know that potential difference across two capacitor is also same.

                          V_1 = V_2 = Q_1 / C_1 = Q_2 / C_2

- Using the two equations and solve for charge Q_2:

                          Q_2 = Q_1*C_2/C_1

                          Q_2 = Q_1*10/20 = 0.5*Q_1

- using conservation of charge:

                          Q_initial = 1.5*Q_1

                          Q_1 = 16*10^-3 / 1.5 = 10.67*10^-3 C

- Hence the Voltage across each capacitor is:

                          V_2 = V_1 = Q_1 / C_1  

                                            = 10.67*10^-3 / 20*10^-6

                                            = (16/3) * 10^2 V

c)

- The energy in the system is:

                          E = 0.5*C_eq*V^2

Where, C_eq is the equivalent capacitance of paralle circuit.

                           E = 0.5*(20+10)*10^-6 *((16/3) * 10^2)^2

                          E = 64/15 J

d)

- The decrease in energy of the capacitors is:

                           dE = E_initial - E_final

Where, E_initial is due to charging of the C_1 only:

                          dE = 0.5*10^-6*20*800^2 - (64/15)

                          dE = 32/5 - 64/15 = 32/15 J

5 0
3 years ago
Write a C program that will update a bank balance. A user cannot withdraw an amount ofmoney that is more than the current balanc
GarryVolchara [31]

Answer:

Explanation:

Sample output:

BANK ACCOUT PROGRAM!

----------------------------------

Enter the old balance: 1234.50

Enter the transactions now.

Enter an F for the transaction type when you are finished.

Transaction Type (D=deposit, W=withdrawal, F=finished): D

Amount: 568.34

Transaction Type (D=deposit, W=withdrawal, F=finished): W

Amount: 25.68

Transaction Type (D=deposit, W=withdrawal, F=finished): W

Amount: 167.40

Transaction Type (D=deposit, W=withdrawal, F=finished): F

Your ending balance is $1609.76

Program is ending

Code to copy:

// include the necessary header files.

#include<stdio.h>

// Definition of the function

float withdraw(float account_balance, float withdraw_amount)

{

// Calculate the balace amount.

float balance_amount = account_balance - withdraw_amount;

// Check whether the withdraw amount

// is greater than 0 or not.

if (withdraw_amount > 0 && balance_amount >= 0)

{

// Assign value.

account_balance = balance_amount;

}

// return account_balance

return account_balance;

}

// Definition of the function deposit.

float deposit(float account_balance, float deposit_amount)

{

// Check whether the deposit amount is greater than zero

if (deposit_amount > 0)

{

// Update account balance.

account_balance = account_balance + deposit_amount;

}

// return account balance.

return account_balance;

}

int main()

{

// Declare the variables.

float account_balance;

float deposit_amount;

float withdrawl_amount;

char input;

// display the statement on console.

printf("BANK ACCOUT PROGRAM!\n");

printf("----------------------------------\n");

// prompt the user to enter the old balance.

printf("Enter the old balance: ");

// Input balance

scanf("%f", &account_balance);

// Display the statement on console.

printf("Enter the transactions now.\n");

printf("Enter an F for the transaction type when you are finished.\n");

// Start the do while loop

do

{

// prompt the user to enter transaction type.

printf("Transaction Type (D=deposit, W=withdrawal, F=finished): ");

// Input type.

scanf(" %c", &input);

// Check if the input is D

if (input == 'D')

{

// Prompt the user to input amount.

printf("Amount: ");

// input amount.

scanf("%f", &deposit_amount);

// Call to the function.

account_balance=deposit(account_balance,deposit_amount);

}

// Check if the input is W

if (input == 'W')

{

printf("Amount: ");

scanf("%f", &withdrawl_amount);

// Call to the function.

account_balance = withdraw(account_balance,withdrawl_amount);

}

// Check if the input is F

if (input == 'F')

{

// Dispplay the amount.

printf("Your ending balance is $%.2f\n", account_balance);

printf("Program is ending\n");

}

// End the while loop

} while(input != 'F');

return 0;

}

the picture uploaded below shows the program screenshot.

cheers, i hope this helps.

5 0
3 years ago
The coefficient of static friction for both wedge surfaces is μw=0.4 and that between the 27-kg concrete block and the β=20° inc
balandron [24]

Assuming  the wedge has an angle of 5°.The minimum value of the force P that is required to begin moving the block up the incline is: 322.84 N.

<h3>Minimum value of force P</h3>

First step

Using this formula to find the weight of the block

W=mg

W=27×9.81

W=264.87 N

Second step

Angles of friction ∅A and ∅B

∅A=tan^-1(μA)

∅A=tan^-1(0.70)

∅A=34.99°

∅B=tan^-1(μB)

∅B=tan^-1(0.40)

∅B=21.80°

Third step

Equate the sum of forces in m-direction to 0 in order to find the reaction force at B.

∑fm=0

W sin (∅A+20°)  + RB cos (∅B+∅A)=0

264.87 sin(34.99°+20°) + RB cos (21.80°+34.99°)=0

216.94+0.5477Rb=0

RB=216.94/0.5477

RB=396.09 N

Fourth step

Equate the sum of forces in x-direction to 0 in order to find force Rc.

∑fx=0

RB cos (∅B) - RC cos (∅B+ 5°)=0

396.09 cos(21.80°) - RC cos (21.80°+5°)=0

RC=396.09 cos(21.80°)/cos(26.80°)

RC=412.02 N

Last step

Equate the sum of forces in y-direction to 0 in order to find force P required to move the block up the incline.

∑fy=0

RB sin (∅B) + RC sin (∅B)-P=0

P=Rb sin (∅B) + RC sin (5°+∅B)

P=396.09 sin(21.80°) +412.02sin (5°+21.80°)

P=322.84 N

Inconclusion the minimum value of the force P that is required to begin moving the block up the incline is: 322.84 N.

Learn more about Minimum value of force P here:brainly.com/question/20522149

7 0
2 years ago
Other questions:
  • There are two piston-cylinder systems that each contain 1 kg of an idea gas at a pressure of 300 kPa and temperature of 350 K. T
    8·1 answer
  • In order to test the feasibility of drying a certain foodstuff, drying data were obtained in a tray dryer with air flow over the
    14·1 answer
  • One cylinder in the diesel engine of a truck has an initial volume of 650 cm3 . Air is admitted to the cylinder at 35 ∘C and a p
    7·1 answer
  • The flatbed truck carries a large section of circular pipe secured only by the two fixed blocks A and B of height h. The truck i
    14·2 answers
  • Which if of the following is not a part of a program block
    9·1 answer
  • A cooking pan whose inner diameter is 20 cm is filled with water and covered with a 4-kg lid. If the local atmospheric pressure
    9·2 answers
  • Using the idea of mass and change of speed... could a bowling ball be thrown so fast that it has the same force as a car driving
    7·1 answer
  • A fluid at 300 K flows through a long, thin-walled pipe of 0.2-m diameter. The pipe is enclosed in a concrete casing that is of
    10·1 answer
  • Prelest! Introduction to Engineering and Technology 1 Select the correct answer. What technological invention allowed for the pr
    5·1 answer
  • Hello it's my new id<br>I am numu ​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!