I think the answer is (b) compress as in others , the position is changed not the shape
the process of producing cellular energy involving oxygen. Cells break down food in the mitochondria in a long, multistep process that produces roughly 36 ATP. The first step in is glycolysis, the second is the citric acid cycle and the third is the electron transport system.
-Brightstorm
Answer:
The volume of a triangular pyramid is 24 cubic inches. The base is a right triangle with a length
of 4 inches and height of 3 inches. What is the height of the pyramid, in inches?
Step-by-step explanation:
The volume of a triangular pyramid is 24 cubic inches. The base is a right triangle with a length
of 4 inches and height of 3 inches. What is the height of the pyramid, in inches?
The volume of a triangular pyramid is 24 cubic inches. The base is a right triangle with a length
of 4 inches and height of 3 inches. What is the height of the pyramid, in inches?
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;
}
Answer:
A person who watches 8.5 hours of TV can do 30.4 sit ups.
Step-by-step explanation:
The regression equation is used to predict or estimate the value of the response (or dependent) variables using the information about the explanatory (or predictor) variables.
The general form of a regression equation is:

Here,
<em>y</em> = dependent variable
<em>x</em> = independent variable
<em>a</em> = intercept
<em>b</em> = slope
The regression equation representing the relationship between hours of TV watched per day (<em>x</em>) and number of sit ups a person can do (<em>y</em>) is:

Compute the number of sit ups a person who watches 8.5 hours of TV can do as follows:


Thus, a person who watches 8.5 hours of TV can do 30.4 sit ups.