Answer:
The answer for the question is true
Explanation:
If you get a virus or get hacked you will still have it saved
Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Correcto no se muy bien de que se trata el tema porque está en inglés.
Sorry
Answer:
Bending stress at point 3.96 is \sigma_b = 1.37 psi
Explanation:
Given data:
Bending Moment M is 4.176 ft-lb = 50.12 in- lb
moment of inertia I = 144 inc^4
y = 3.96 in

putting all value to get bending stress

Bending stress at point 3.96 is
= 1.37 psi
Answer:
h = 10,349.06 W/m^2 K
Explanation:
Given data:
Inner diameter = 3.0 cm
flow rate = 2 L/s
water temperature 30 degree celcius




at 30 degree celcius 

Re = 106390
So ,this is turbulent flow



SOLVING FOR H
WE GET
h = 10,349.06 W/m^2 K