Answer: Option D. 1,778
Solution:
Standard brick:
Width: w=3.625 in
Height: h=2.25 in
Length: l=7.625 in
Volumen of one standard brick: v
v=w*h*l
v=(3.625 in)*(2.25 in)*(7.625 in)
v=62.19140625 in^3
Pallet of bricks:
Side: s=4 feet
s=(4 feet)*(12 in / 1 feet)→s=48 in
Volume of a pallet of bricks: V=s^3
V=(48 in)^3
V=110,592 in^3
Number of bricks could be in a pallet: n
n=V/v
n=(110,592 in^3) / (62.19140625 in^3)
n=1,778.252119
n=1,778
Answer:
C.) 2
Step-by-step explanation:
<em>You must use the pythagorean theorem</em>
the distance on the x axis (or a) is 6
the distance on the y axis (or b) is 10
= 136
= 2
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
The nine rounds up so it would be 400,000
U divide 330 by 15 and get the quotient then do the same thing to 20 and add the quotients together to solve for x and y