Answer and Step-by-step explanation:
You are correct in that we need to use the Law of Sines:
.
Here, when we use the Law of Sines, we have:
.
Cross multiply:
(sinB) * 28 = (sin63) * 29
28sinB ≈ 25.839
sinB ≈ 0.9228
Now, in order to solve for B, we need to use inverse sin (
):

The sines on the left cancel out, and we're left with:
B ≈ 67.3 degrees
Now, one thing to keep in mind when doing Law of Sines is that there is potentially more than one answer possible for the degree measure. The other degree measure can be found by subtracting this one from 180:
180 - 67.3 = 112.7 degrees.
Hope this helps!
1,000,000,000 standard form
one billion word form
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, "%")
}