document.write( "Question 966573: There are 26 students in an algebra class. The number of girls in the class is one less than twice the number of boys. How many boys are in the class. \n" ); document.write( "
Algebra.Com's Answer #590732 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of boys be x. \n" ); document.write( "Then the number of girls is (2x-1). \n" ); document.write( "Total number of students=26 \n" ); document.write( "x+(2x-1)=26 \n" ); document.write( "3x=27 \n" ); document.write( "x=9. \n" ); document.write( "2x-1=17. \n" ); document.write( "The number of boys is 9 and the number of girls is 17. \n" ); document.write( " |