Answer:
92 degrees
Step-by-step explanation:
The sum of the exterior angles will be 360.
67 x 4 = 268. That means that the last angles must be 92 (360 - 268)
About 260 kids have blue eyes or prefer blue eyes
Step-by-step explanation:
step 1. what is the question? solve for x? okay.
step 2. 28/54 = (2x+ 8)/(5x - 4)
step 3. 28(5x - 4) = 54(2x + 8) (cross multiplication)
step 4. 14(5x - 4) = 27(2x + 8) (divide both sides by 2)
step 5. 70x - 56 = 54x + 216 (distributive property)
step 6. 16x = 272 (group x's and add 56 to both sides)
step 7. x = 17 (divide both sides by 16).
Answer:
27 inches
Step-by-step explanation:
1 foot = 12 inches
2 1/4 * 12
2.25 * 12 = 27 inches
Hope this helps!
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, "%")
}