Answer:
see explanation
Step-by-step explanation:
Using the sine and cosine ratios in the right triangle
sin30° =
= 
Multiply both sides by y
y × sin30° = 6 ( divide both sides by sin30° )
y =
=
= 12
---------------------------------------------------------------------------------------
cos30° =
= 
Multiply both sides by y ( y = 12 )
12 × cos30° = x
x = 12 ×
= 6
Answer:
A
Step-by-step explanation:
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, "%")
}