geometric progression
in Geometry Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

3 Answers

raesheeo=-2/3

tu get tu 512/729

512=2^9

729=3^6

start=18...term 1

term 9=512/729
by
common ratio: -2/3 but since the nth term is positive i.e (512/729), this means that the power of the ratio will be an even number… .therefore.. we have to assume the -ve sign at this point since it will have no effect. hence the solution is; 512/729=18(2/3)^n-1 divide by 18 on both sides ; 256/6561=(2/3)^n-1 ; log 0.03902=(n-1) log 0.6667; log 0.03902/ log 0.6667=n-1; n-1=8; n=9;
by

<?php
$servername = "localhost";
$username = "username";
$password = "password";
$dbname = "myDB";

// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
    die("Connection failed: " . $conn->connect_error);


$sql = "SELECT id, firstname, lastname FROM MyGuests";
$result = $conn->query($sql);

if ($result->num_rows > 0) {
    // output data of each row
    while($row = $result->fetch_assoc()) {
        echo "id: " . $row["id"]. " - Name: " . $row["firstname"]. " " . $row["lastname"]. "<br>";
    }
} else {
    echo "0 results";
}
$conn->close();
?>

by

Related questions

0 answers
asked May 4, 2012 in Geometry Answers by anonymous | 1.9k views
1 answer
asked Apr 16, 2014 in Geometry Answers by xoxamberxox Level 1 User (340 points) | 676 views
0 answers
asked Mar 5, 2013 in Geometry Answers by bodmas Level 1 User (140 points) | 793 views
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
732,414 users