document.write( "Question 1203641: Hi
\n" );
document.write( "In a fish tank there were 35 more guppies than goldfish. When more guppies and goldfish were added the number of guppies increased by 1/6 and the number of goldfish by 3/5 . Then the total number of fish in the tank was 193. How many guppies were there in the end.
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #839367 by Theo(13342) You can put this solution on YOUR website! g = number of guppies \n" ); document.write( "f = number of goldfish \n" ); document.write( "g = f + 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g + 1/6 * g + f + 3/5 * f = 193 \n" ); document.write( "simplify to get: \n" ); document.write( "7/6 * g + 8/5 * f = 193\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that g = f + 35 \n" ); document.write( "replace g in the equation of 7/6 * g + 8/5 * f = 193 with f + 35 to get: \n" ); document.write( "7/6 * (f + 35) + 8/5 * f = 193 \n" ); document.write( "simplify to get: \n" ); document.write( "7/6 * f + 7/6 * 35 + 8/5 * f = 193\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the equation by 30 to get: \n" ); document.write( "35 * f + 35 * 35 + 48 * f = 193 * 30 \n" ); document.write( "simplify to get: \n" ); document.write( "35 * f + 1225 + 48 * f = 5790\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get: \n" ); document.write( "83 * f + 1225 = 5790 \n" ); document.write( "subtract 1225 from both sides of the equation to get: \n" ); document.write( "83 * f = 4565 \n" ); document.write( "solve for f to get: \n" ); document.write( "f = 55\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since g = f + 35, then you get: \n" ); document.write( "f = 55 \n" ); document.write( "g = 90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm by replacing g and f in the original equations to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g = f + 35 becomes 90 = 55 + 35 which becomes 90 = 90. \n" ); document.write( "this confirmns that g = f + 35 is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g + 1/6 * g + f + 3/5 * f = 193 becomes: \n" ); document.write( "90 + 1/6 * 90 + 55 + 3/5 * 55 = 193 which becomes: \n" ); document.write( "105 + 88 = 193 which becomes 193 = 193. \n" ); document.write( "this confirms that g + 1/6 * g + f + 3/5 * f is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that there were 105 guppies in the end. \n" ); document.write( "that would be 90 guppies to start plus 1/6 * 90 = 15 guppies for a total of 105 guppies in the end.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |