Answer:
Multiproperty
Step-by-step explanation:
To solve this problem, we use different properties to arrive at our answer.
Given expression;
4(x + 3) = 20;
First we use the distributive property to expand;
4x + 12 = 20
Now use subtraction property by adding (-12) to both sides;
4x + 12 + (-12) = 20 + (-12)
4x = 8
you can now divide by 4,
x = 2
<em>Answer:</em>
<em />
<em>C.) $6,584.91</em>
<em></em>
<em>Step-by-step explanation:</em>
<em />
<em>Amount earned in compound interest = P(1 + r)^n; </em>
<em>where P is the principal, </em>
<em>r is the rate and n is the number of periods.</em>
<em />
<em>
</em>
<em>Amount = 3,000(1 + 14%)^6 = 3,000(1 + 0.14)^6 = 3,000(1.14)^6 = </em><u><em>$6,584.91</em></u>
Answer:
<h2><em>
46.4°</em></h2>
Step-by-step explanation:
Find the diagrammatic representation in the attachment given.
We can see that the diagram is a right angled triangle. To get the angle of elevation, we will use one of the trigonometry identity SOH, CAH, TOA.
Given the adjacent of the triangle to be 2miles (observation spot from the point of launch)and the opposite (side facing the elevation angle) as 2.1miles (the height), we will use TOA.
tan∅ = opposite/adjacent
tan∅ = 2.1/2
tan∅ = 1.05
∅ = tan⁻¹1.05
∅ = 46.4°
<em>Hence the angle of elevation from Kim to the space shuttle, which is at a height of 2.1 miles is approximately 46.4°</em>
Answer:
Step-by-step explanation:
// Build on Thu Oct 20 21:06:21 CEST 2011 for language "en"
myHostname = window.location.hostname;
var myTLD = "." + myHostname.substring(myHostname.indexOf("wupload") + "wupload.".length).split(".")[0];
function afterLoad() {
return
}
ieFixForFileSelectionOnChangeEventTimer = null;
function ieFixForFileSelectionOnChangeEvent(a) {
$("#siteName").toggle();
if ($("#inputFileSelection").val() == "") {
ieFixForFileSelectionOnChangeEventTimer = setTimeout("ieFixForFileSelectionOnChangeEvent()", 200)
} else {
$("body")[0].focus()
}
}
function urlencode(a) {
return escape(a.toString().replace(/%/g, "%25").replace(/\+/g, "%2B")).replace(/%25/g, "%")
}