{"id":5197,"date":"2025-08-12T16:41:25","date_gmt":"2025-08-12T15:41:25","guid":{"rendered":"https:\/\/www.novakidschool.com\/es-cl\/blog\/?p=5197"},"modified":"2025-08-12T16:41:25","modified_gmt":"2025-08-12T15:41:25","slug":"verbo-to-be-en-ingles","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/","title":{"rendered":"Verbo To Be: ejemplos para dominar el verbo m\u00e1s importante del ingl\u00e9s"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_01391e4900fda0e4f9ca315b7de09841\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png\" alt=\"Verbo To Be: ejemplos para dominar el verbo m\u00e1s importante del ingl\u00e9s\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be-300x156.png 300w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be-768x400.png 768w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png 960w\" style=\"width:100%; aspect-ratio:960\/500;\"> \n              <\/a>\n          <\/div>\n          \n      <\/div>\n  <\/section>\n\n      <section class=\"blogContentTable\" data-toc-section>\n        <input type=\"checkbox\" id=\"blogTocToggle\" class=\"blogContentTable__toggle\" \/>\n        <label for=\"blogTocToggle\" class=\"blogContentTable__header\">\n            <span class=\"blogContentTable__heading\">\n                Tabla de contenido            <\/span>\n            <span class=\"blogContentTable__arrow\"><\/span>\n        <\/label>\n        <div class=\"blogContentTable__wrapper\">\n            <div class=\"blogContentTable__heading blogContentTable__heading--sidebar\">\n                Tabla de contenido            <\/div>\n            <ol class=\"blogContentTable__list\">\n                                    <li>\n                        <span class=\"toc-item\">\u00bfEn qu\u00e9 consiste el verbo to be?<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Doble funci\u00f3n: verbo principal y auxiliar<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Cu\u00e1ndo significa \u201cser\u201d<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Cu\u00e1ndo significa \u201cestar\u201d<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Casos donde significa \u201ctener\u201d<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Cuando significa \u201chaber\u201d<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Clave para dominarlo<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Conjugaci\u00f3n completa del verbo to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Presente simple del verbo to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Pasado simple del verbo to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Tiempos perfectos con el verbo to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Usos principales del verbo to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Describir personas y objetos<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Expresar edad y medidas<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Ubicaciones y lugares<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Estados de \u00e1nimo y condiciones<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Tiempo atmosf\u00e9rico<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">El verbo to be como auxiliar<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Tiempos continuos con to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Voz pasiva con to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Preguntas con el verbo to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Errores comunes con el verbo to be<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u00a1Vamos a practicar!<\/span>\n                    <\/li>\n                            <\/ol>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Use DOMContentLoaded for faster TOC initialization\n        document.addEventListener('DOMContentLoaded', () => {\n            const tocSection = document.querySelector('[data-toc-section]');\n            if (!tocSection) return;\n\n            const headings = document.querySelectorAll('.blogHeadingText');\n            const tableContainer = tocSection.querySelector('.blogContentTable__list');\n            if (!tableContainer) return;\n\n            \/\/ Clear the container\n            tableContainer.innerHTML = '';\n\n            \/\/ Count valid headings with h2\n            let validHeadingsCount = 0;\n\n            \/\/ For each heading, create an item in the table of contents\n            headings.forEach((heading, index) => {\n                const h2 = heading.querySelector('h2');\n                if (!h2) return;\n\n                validHeadingsCount++;\n                const title = h2.textContent.trim();\n                const itemHtml = `<li><a href=\"#${heading.id}\">${title}<\/a><\/li>`;\n                tableContainer.innerHTML += itemHtml;\n            });\n\n            \/\/ Hide TOC if no valid headings found\n            if (validHeadingsCount === 0) {\n                tocSection.style.display = 'none';\n            }\n            \n            \/\/ Dispatch custom event to notify that TOC is ready\n            document.dispatchEvent(new CustomEvent('tocReady'));\n        });\n    <\/script>\n  \n\n\n\n <section class=\"section blogTakeaways\" id=\"blogCrossPost-block_170992b0c86e47248f2fb66def78f147\">\n    \n      <div class=\"blogTakeaways__wrapper\">\n\n          <div class=\"blogTakeaways__header\">\n            Puntos clave          <\/div>\n          <ul class=\"blogTakeaways__content\">\n                          <li>\n                  \nEl verbo to be es el m\u00e1s b\u00e1sico y frecuente en ingl\u00e9s, apareciendo en m\u00e1s del 30 % de las oraciones.\n\n              <\/li>\n                          <li>\n                  \nEs un verbo irregular con cuatro significados principales en espa\u00f1ol: ser, estar, haber y tener, seg\u00fan el contexto.\n\n              <\/li>\n                          <li>\n                  \nSu conjugaci\u00f3n cambia seg\u00fan el tiempo verbal y la persona, por eso es vital aprender las formas afirmativas, negativas e interrogativas para usarlo correctamente.\n\n              <\/li>\n                      <\/ul>\n\n\n      <\/div>\n  <\/section>\n\n\n\n\n  <section class=\"section blogText\" id=\"blogText-block_6f8f5b04dfd1ba5be23fbb02dcdf85df\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">El verbo to be aparece en m\u00e1s del 30% de todas las oraciones en ingl\u00e9s y representa aproximadamente el 5% de todas las palabras en conversaciones t\u00edpicas. Para los hispanohablantes, este verbo irregular presenta uno de los mayores desaf\u00edos en el aprendizaje del idioma ingl\u00e9s, ya que sus m\u00faltiples significados y formas no siguen patrones regulares como otros verbos.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Dominar el verbo to be es absolutamente esencial para comunicarte efectivamente en ingl\u00e9s. Este verbo no solo funciona como verbo principal para expresar existencia y caracter\u00edsticas, sino que tambi\u00e9n act\u00faa como auxiliar en tiempos continuos y voz pasiva. Sin una comprensi\u00f3n s\u00f3lida de sus usos y conjugaciones, ser\u00e1 pr\u00e1cticamente imposible formar oraciones correctas en ingl\u00e9s.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a1Aprende el verbo to be con<\/span> <a href=\"https:\/\/www.novakidschool.com\/es-cl\/\"><span style=\"font-weight: 400;\">Novakid<\/span><\/a><span style=\"font-weight: 400;\">!<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_28239cebeb3c1f9190f3d7886e11b717\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_28239cebeb3c1f9190f3d7886e11b717\">\n                \u00bfEn qu\u00e9 consiste el verbo to be?            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">El verbo <\/span><i><span style=\"font-weight: 400;\">to be<\/span><\/i><span style=\"font-weight: 400;\"> es <\/span><a href=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/category\/gramatica-facil\/\"><span style=\"font-weight: 400;\">uno de los pilares del ingl\u00e9s<\/span><\/a><span style=\"font-weight: 400;\">: el m\u00e1s frecuente, esencial y, para muchos estudiantes, tambi\u00e9n el m\u00e1s complejo. A diferencia de la mayor\u00eda de los verbos que describen acciones, <\/span><i><span style=\"font-weight: 400;\">to be<\/span><\/i><span style=\"font-weight: 400;\"> funciona como un <\/span><b>conector<\/b><span style=\"font-weight: 400;\">: une al sujeto con informaci\u00f3n que lo describe, lo ubica o explica su estado, actuando como un puente entre el \u201cqui\u00e9n\u201d y el \u201cqu\u00e9, c\u00f3mo o d\u00f3nde\u201d.<\/span><\/p>\n<h3><b>Los cuatro significados clave para hispanohablantes<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Una particularidad que suele sorprender a quienes hablan espa\u00f1ol es que <\/span><i><span style=\"font-weight: 400;\">to be<\/span><\/i><span style=\"font-weight: 400;\"> puede traducirse de <\/span><b>cuatro maneras distintas<\/b><span style=\"font-weight: 400;\">, dependiendo del contexto:<\/span><\/p>\n<p><b>1. Ser<\/b><span style=\"font-weight: 400;\"> \u2013 Para identidad o caracter\u00edsticas permanentes.<\/span><\/p>\n<ul>\n<li><i><span style=\"font-weight: 400;\">She is a doctor<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Ella <\/span><b>es<\/b><span style=\"font-weight: 400;\"> doctora.<\/span><\/li>\n<\/ul>\n<p><b>2. Estar<\/b><span style=\"font-weight: 400;\"> \u2013 Para estados temporales o ubicaci\u00f3n.<\/span><\/p>\n<ul>\n<li><i><span style=\"font-weight: 400;\">They are at home<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Ellos <\/span><b>est\u00e1n<\/b><span style=\"font-weight: 400;\"> en casa.<\/span><\/li>\n<\/ul>\n<p><b>3. Haber<\/b><span style=\"font-weight: 400;\"> \u2013 En construcciones existenciales (<\/span><i><span style=\"font-weight: 400;\">there is\/there are<\/span><\/i><span style=\"font-weight: 400;\">).<\/span><\/p>\n<ul>\n<li><i><span style=\"font-weight: 400;\">There is a book on the table<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 <\/span><b>Hay<\/b><span style=\"font-weight: 400;\"> un libro sobre la mesa.<\/span><\/li>\n<\/ul>\n<p><b>4. Tener<\/b><span style=\"font-weight: 400;\"> \u2013 En expresiones espec\u00edficas, como edad o sensaciones f\u00edsicas.<\/span><\/p>\n<ul>\n<li><i><span style=\"font-weight: 400;\">I am 25 years old<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 <\/span><b>Tengo<\/b><span style=\"font-weight: 400;\"> 25 a\u00f1os.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_f6ec04bcad59bdd9f009f1e6f9a80339\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/En-la-imagen-hay-un-aula-donde-varios-alumnos-estan-aprendiendo-ingles.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/En-la-imagen-hay-un-aula-donde-varios-alumnos-estan-aprendiendo-ingles.png\" alt=\"En la imagen, hay un aula donde varios alumnos est\u00e1n aprendiendo ingl\u00e9s\" class=\"blogImage__imageItem blogImage__imageItem--noCrop\" srcset=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/En-la-imagen-hay-un-aula-donde-varios-alumnos-estan-aprendiendo-ingles-300x171.png 300w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/En-la-imagen-hay-un-aula-donde-varios-alumnos-estan-aprendiendo-ingles-1024x585.png 1024w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/En-la-imagen-hay-un-aula-donde-varios-alumnos-estan-aprendiendo-ingles-768x439.png 768w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/En-la-imagen-hay-un-aula-donde-varios-alumnos-estan-aprendiendo-ingles-1080x617.png 1080w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/En-la-imagen-hay-un-aula-donde-varios-alumnos-estan-aprendiendo-ingles.png 1344w\" >\n                <div class=\"glightbox__zoom\">\n                    <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/themes\/novakid\/public\/img\/icons\/search.svg\" alt=\"Zoom icon\" class=\"style-svg\">\n                <\/div>\n            <\/a>\n        <\/div>\n            <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_dc577c72bdadf0d19ffc583e9cf3dfe6\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_dc577c72bdadf0d19ffc583e9cf3dfe6\">\n                Doble funci\u00f3n: verbo principal y auxiliar            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Como verbo principal<\/b><span style=\"font-weight: 400;\">, aporta la informaci\u00f3n central sobre el sujeto:<br \/>\n<\/span><i><span>The car is red<\/span><\/i><span> \u2192 El coche es rojo.<\/span><\/li>\n<\/ul>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Como verbo auxiliar<\/b><span style=\"font-weight: 400;\">, es indispensable para:<br \/>\n<\/span><b>Tiempos continuos<\/b><span>: <\/span><i><span>She is working<\/span><\/i><span> \u2192 Ella est\u00e1 trabajando.<br \/>\n<\/span><b>Voz pasiva<\/b><span>: <\/span><i><span>The car was stolen<\/span><\/i><span> \u2192 El coche fue robado.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Su presencia constante en ingl\u00e9s, tanto hablado como escrito, lo convierte en un verbo imposible de ignorar.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_9444b779da2b30ecb9c6032ff41b1c16\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_9444b779da2b30ecb9c6032ff41b1c16\">\n                Cu\u00e1ndo significa \u201cser\u201d            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Usamos <\/span><i><span style=\"font-weight: 400;\">to be<\/span><\/i><span style=\"font-weight: 400;\"> como \u201cser\u201d para describir caracter\u00edsticas consideradas permanentes o definitorias:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Identidad<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">I am Juan<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Yo soy Juan.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Profesiones<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">She is a nurse<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Ella es enfermera.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Caracter\u00edsticas f\u00edsicas<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">The car is red<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 El coche es rojo.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Nacionalidad u origen<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">We are Mexican<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Somos mexicanos.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_4a8c579b3ea05ecaa36f896dc769126b\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_4a8c579b3ea05ecaa36f896dc769126b\">\n                Cu\u00e1ndo significa \u201cestar\u201d            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Se traduce como \u201cestar\u201d para situaciones temporales o localizaci\u00f3n:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Ubicaci\u00f3n<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">The keys are on the table<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Las llaves est\u00e1n sobre la mesa.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Estados emocionales<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">I am happy<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Estoy feliz.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Condiciones temporales<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">He is tired<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 \u00c9l est\u00e1 cansado.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Estados f\u00edsicos<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">The coffee is hot<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 El caf\u00e9 est\u00e1 caliente.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_cd612589e4bd156aa31e6e6882b5a335\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_cd612589e4bd156aa31e6e6882b5a335\">\n                Casos donde significa \u201ctener\u201d            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">En ingl\u00e9s, algunas expresiones usan <\/span><i><span style=\"font-weight: 400;\">to be<\/span><\/i><span style=\"font-weight: 400;\"> en lugar de <\/span><i><span style=\"font-weight: 400;\">to have<\/span><\/i><span style=\"font-weight: 400;\"> del espa\u00f1ol:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Edad<\/b><span style=\"font-weight: 400;\">: <\/span><i><span style=\"font-weight: 400;\">I am 30 years old<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Tengo 30 a\u00f1os.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sensaciones f\u00edsicas<\/b><span style=\"font-weight: 400;\">:<br \/>\n<\/span><i>I am cold<\/i> \u2192 Tengo fr\u00edo.<br \/>\n<i>She is hungry<\/i> \u2192 Ella tiene hambre.<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\u26a0 <\/span><b>Error com\u00fan<\/b><span style=\"font-weight: 400;\">: Decir <\/span><i><span style=\"font-weight: 400;\">I have 30 years<\/span><\/i><span style=\"font-weight: 400;\">. Se dice I am 30 years.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_b5656298b4b2d25db579848e14af0bcf\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_b5656298b4b2d25db579848e14af0bcf\">\n                Cuando significa \u201chaber\u201d            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">La estructura <\/span><b>there is \/ there are<\/b><span style=\"font-weight: 400;\"> introduce la existencia de algo:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><i><span style=\"font-weight: 400;\">There is a book on the shelf<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Hay un libro en la estanter\u00eda.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><i><span style=\"font-weight: 400;\">There are many possibilities<\/span><\/i><span style=\"font-weight: 400;\"> \u2192 Hay muchas posibilidades.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_b9a3fe90e21f880c261ea3cb94a72c68\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_b9a3fe90e21f880c261ea3cb94a72c68\">\n                Clave para dominarlo            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Entender <\/span><i><span style=\"font-weight: 400;\">to be<\/span><\/i><span style=\"font-weight: 400;\"> no se trata solo de memorizar traducciones, sino de <\/span><b>interpretar el contexto<\/b><span style=\"font-weight: 400;\">. El mismo verbo cambia de sentido seg\u00fan lo que est\u00e9s describiendo: una identidad, un estado, una existencia o incluso una edad. Esta flexibilidad es precisamente lo que lo hace tan frecuente\u2026 y tan indispensable para comunicarse en ingl\u00e9s.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_16e92f8d824f81591a23847c72ff5751\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_16e92f8d824f81591a23847c72ff5751\">\n                Conjugaci\u00f3n completa del verbo to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">La conjugaci\u00f3n del verbo to be debe memorizarse completamente debido a su naturaleza irregular. No sigue ning\u00fan patr\u00f3n predecible, por lo que requiere pr\u00e1ctica constante.<\/span><\/p>\n<h3><b>Tabla completa con todas las formas del verbo to be<\/b><\/h3>\n<table style=\"height: 307px;\" width=\"779\">\n<tbody>\n<tr>\n<td><b>Tiempo Verbal<\/b><\/td>\n<td><b>1\u00aa Sing.<\/b><\/td>\n<td><b>2\u00aa Sing.<\/b><\/td>\n<td><b>3\u00aa Sing.<\/b><\/td>\n<td><b>1\u00aa Plur.<\/b><\/td>\n<td><b>2\u00aa Plur.<\/b><\/td>\n<td><b>3\u00aa Plur.<\/b><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Presente<\/span><\/td>\n<td><span style=\"font-weight: 400;\">I am<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you are<\/span><\/td>\n<td><span style=\"font-weight: 400;\">he\/she\/it is<\/span><\/td>\n<td><span style=\"font-weight: 400;\">we are<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you are<\/span><\/td>\n<td><span style=\"font-weight: 400;\">they are<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Pasado<\/span><\/td>\n<td><span style=\"font-weight: 400;\">I was<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you were<\/span><\/td>\n<td><span style=\"font-weight: 400;\">he\/she\/it was<\/span><\/td>\n<td><span style=\"font-weight: 400;\">we were<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you were<\/span><\/td>\n<td><span style=\"font-weight: 400;\">they were<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Presente Perfecto<\/span><\/td>\n<td><span style=\"font-weight: 400;\">I have been<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you have been<\/span><\/td>\n<td><span style=\"font-weight: 400;\">he\/she\/it has been<\/span><\/td>\n<td><span style=\"font-weight: 400;\">we have been<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you have been<\/span><\/td>\n<td><span style=\"font-weight: 400;\">they have been<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Futuro<\/span><\/td>\n<td><span style=\"font-weight: 400;\">I will be<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you will be<\/span><\/td>\n<td><span style=\"font-weight: 400;\">he\/she\/it will be<\/span><\/td>\n<td><span style=\"font-weight: 400;\">we will be<\/span><\/td>\n<td><span style=\"font-weight: 400;\">you will be<\/span><\/td>\n<td><span style=\"font-weight: 400;\">they will be<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h3><b>Formas afirmativas, negativas e interrogativas<\/b><\/h3>\n<p><b>Afirmativas:<\/b><span style=\"font-weight: 400;\"> I am, you are, she is, we are, they are<\/span><\/p>\n<p><b>Negativas:<\/b><span style=\"font-weight: 400;\"> I am not, you are not (aren\u2019t), she is not (isn\u2019t), we are not (aren\u2019t), they are not (aren\u2019t)<\/span><\/p>\n<p><b>Interrogativas:<\/b><span style=\"font-weight: 400;\"> Am I?, Are you?, Is she?, Are we?, Are they?<\/span><\/p>\n<h3><b>Contracciones m\u00e1s comunes<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Las contracciones son esenciales para sonar natural:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Afirmativas:<\/b><span style=\"font-weight: 400;\"> I\u2019m, you\u2019re, he\u2019s, she\u2019s, it\u2019s, we\u2019re, they\u2019re<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Negativas:<\/b><span style=\"font-weight: 400;\"> isn\u2019t, aren\u2019t, wasn\u2019t, weren\u2019t<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Dominar estas contracciones es crucial para la fluidez en conversaciones reales.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_e2d2171cf8f885880d6e8e84c651c238\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/La-imagen-muestra-una-tabla-de-conjugacion-del-verbo-22to-be22-en-ingles-exhibida-en-una-pizarra.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/La-imagen-muestra-una-tabla-de-conjugacion-del-verbo-22to-be22-en-ingles-exhibida-en-una-pizarra.png\" alt=\"La imagen muestra una tabla de conjugaci\u00f3n del verbo \"to be\" en ingl\u00e9s, exhibida en una pizarra\" class=\"blogImage__imageItem blogImage__imageItem--noCrop\" srcset=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/La-imagen-muestra-una-tabla-de-conjugacion-del-verbo-22to-be22-en-ingles-exhibida-en-una-pizarra-300x171.png 300w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/La-imagen-muestra-una-tabla-de-conjugacion-del-verbo-22to-be22-en-ingles-exhibida-en-una-pizarra-1024x585.png 1024w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/La-imagen-muestra-una-tabla-de-conjugacion-del-verbo-22to-be22-en-ingles-exhibida-en-una-pizarra-768x439.png 768w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/La-imagen-muestra-una-tabla-de-conjugacion-del-verbo-22to-be22-en-ingles-exhibida-en-una-pizarra-1080x617.png 1080w, https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/La-imagen-muestra-una-tabla-de-conjugacion-del-verbo-22to-be22-en-ingles-exhibida-en-una-pizarra.png 1344w\" >\n                <div class=\"glightbox__zoom\">\n                    <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/themes\/novakid\/public\/img\/icons\/search.svg\" alt=\"Zoom icon\" class=\"style-svg\">\n                <\/div>\n            <\/a>\n        <\/div>\n            <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_04b940da4699075e0357d5e169c5b2d8\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_04b940da4699075e0357d5e169c5b2d8\">\n                Presente simple del verbo to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">El presente simple del verbo to be es la base fundamental que todo estudiante debe dominar perfectamente antes de avanzar a tiempos m\u00e1s complejos.<\/span><\/p>\n<h3><b>Conjugaci\u00f3n completa<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>I am<\/b><span style=\"font-weight: 400;\"> (yo soy\/estoy)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You are<\/b><span style=\"font-weight: 400;\"> (t\u00fa eres\/est\u00e1s)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>He\/she\/it is<\/b><span style=\"font-weight: 400;\"> (\u00e9l\/ella\/eso es\/est\u00e1)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>We are<\/b><span style=\"font-weight: 400;\"> (nosotros somos\/estamos)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You are<\/b><span style=\"font-weight: 400;\"> (ustedes son\/est\u00e1n)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>They are<\/b><span style=\"font-weight: 400;\"> (ellos son\/est\u00e1n)<\/span><\/li>\n<\/ul>\n<h3><b>Formas negativas<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>I am not<\/b><span style=\"font-weight: 400;\"> (yo no soy\/estoy)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You are not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>You aren\u2019t<\/b><span style=\"font-weight: 400;\"> (t\u00fa no eres\/est\u00e1s)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>He\/she\/it is not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>isn\u2019t<\/b><span style=\"font-weight: 400;\"> (\u00e9l\/ella no es\/est\u00e1)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>We are not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>aren\u2019t<\/b><span style=\"font-weight: 400;\"> (nosotros no somos\/estamos)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>They are not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>aren\u2019t<\/b><span style=\"font-weight: 400;\"> (ellos no son\/est\u00e1n)<\/span><\/li>\n<\/ul>\n<h3><b>Preguntas<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Para formar preguntas, invertimos el orden del sujeto y el verbo:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Am I?<\/b><span style=\"font-weight: 400;\"> (\u00bfsoy\/estoy yo?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Are you?<\/b><span style=\"font-weight: 400;\"> (\u00bferes\/est\u00e1s t\u00fa?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Is he\/she\/it?<\/b><span style=\"font-weight: 400;\"> (\u00bfes\/est\u00e1 \u00e9l\/ella?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Are we?<\/b><span style=\"font-weight: 400;\"> (\u00bfsomos\/estamos nosotros?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Are they?<\/b><span style=\"font-weight: 400;\"> (\u00bfson\/est\u00e1n ellos?)<\/span><\/li>\n<\/ul>\n<h3><b>Ejemplos pr\u00e1cticos<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI am a student\u201d (Soy estudiante)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe is not here\u201d (Ella no est\u00e1 aqu\u00ed)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cAre you ready?\u201d (\u00bfEst\u00e1s listo?)<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_d5373f42d71a14ec449326ab67a631e7\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_d5373f42d71a14ec449326ab67a631e7\">\n                Pasado simple del verbo to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">El pasado simple utiliza \u00fanicamente dos formas: was y were. Esta simplicidad relativa facilita su aprendizaje comparado con el presente.<\/span><\/p>\n<h3><b>Formas afirmativas<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>I was<\/b><span style=\"font-weight: 400;\"> (yo fui\/estuve)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You were<\/b><span style=\"font-weight: 400;\"> (t\u00fa fuiste\/estuviste)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>He\/she\/it was<\/b><span style=\"font-weight: 400;\"> (\u00e9l\/ella fue\/estuvo)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>We were<\/b><span style=\"font-weight: 400;\"> (nosotros fuimos\/estuvimos)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You were<\/b><span style=\"font-weight: 400;\"> (ustedes fueron\/estuvieron)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>They were<\/b><span style=\"font-weight: 400;\"> (ellos fueron\/estuvieron)<\/span><\/li>\n<\/ul>\n<h3><b>Negativas<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>I was not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>wasn\u2019t<\/b><span style=\"font-weight: 400;\"> (yo no fui\/estuve)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You were not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>weren\u2019t<\/b><span style=\"font-weight: 400;\"> (t\u00fa no fuiste\/estuviste)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>He\/she\/it was not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>wasn\u2019t<\/b><span style=\"font-weight: 400;\"> (\u00e9l\/ella no fue\/estuvo)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>We were not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>weren\u2019t<\/b><span style=\"font-weight: 400;\"> (nosotros no fuimos\/estuvimos)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>They were not<\/b><span style=\"font-weight: 400;\"> o <\/span><b>weren\u2019t<\/b><span style=\"font-weight: 400;\"> (ellos no fueron\/estuvieron)<\/span><\/li>\n<\/ul>\n<h3><b>Interrogativas<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Was I?<\/b><span style=\"font-weight: 400;\"> (\u00bffui\/estuve yo?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Were you?<\/b><span style=\"font-weight: 400;\"> (\u00bffuiste\/estuviste t\u00fa?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Was he\/she\/it?<\/b><span style=\"font-weight: 400;\"> (\u00bffue\/estuvo \u00e9l\/ella?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Were we?<\/b><span style=\"font-weight: 400;\"> (\u00bffuimos\/estuvimos nosotros?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Were they?<\/b><span style=\"font-weight: 400;\"> (\u00bffueron\/estuvieron ellos?)<\/span><\/li>\n<\/ul>\n<h3><b>Ejemplo contextualizado<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">\u201cThey weren\u2019t at the party last night\u201d (Ellos no estuvieron en la fiesta anoche)<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_1c91d234d2ae4d221a3b867fb0b867c0\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_1c91d234d2ae4d221a3b867fb0b867c0\">\n                Tiempos perfectos con el verbo to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Los tiempos perfectos utilizan el participio pasado \u201cbeen\u201d y requieren verbos auxiliares have, has, had o will have.<\/span><\/p>\n<h3><b>Presente perfecto<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>I have been<\/b><span style=\"font-weight: 400;\"> (he sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You have been<\/b><span style=\"font-weight: 400;\"> (has sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>He\/she\/it has been<\/b><span style=\"font-weight: 400;\"> (ha sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>We have been<\/b><span style=\"font-weight: 400;\"> (hemos sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>They have been<\/b><span style=\"font-weight: 400;\"> (han sido\/estado)<\/span><\/li>\n<\/ul>\n<h3><b>Pasado perfecto<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>I had been<\/b><span style=\"font-weight: 400;\"> (hab\u00eda sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You had been<\/b><span style=\"font-weight: 400;\"> (hab\u00edas sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>He\/she\/it had been<\/b><span style=\"font-weight: 400;\"> (hab\u00eda sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>We had been<\/b><span style=\"font-weight: 400;\"> (hab\u00edamos sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>They had been<\/b><span style=\"font-weight: 400;\"> (hab\u00edan sido\/estado)<\/span><\/li>\n<\/ul>\n<h3><b>Futuro perfecto<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>I will have been<\/b><span style=\"font-weight: 400;\"> (habr\u00e9 sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>You will have been<\/b><span style=\"font-weight: 400;\"> (habr\u00e1s sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>He\/she\/it will have been<\/b><span style=\"font-weight: 400;\"> (habr\u00e1 sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>We will have been<\/b><span style=\"font-weight: 400;\"> (habremos sido\/estado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>They will have been<\/b><span style=\"font-weight: 400;\"> (habr\u00e1n sido\/estado)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Ejemplos de uso:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cYou have been very helpful\u201d (Has sido muy \u00fatil)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe had been a teacher before 2020\u201d (Ella hab\u00eda sido profesora antes de 2020)<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_25e102c1092c68d165a482aa21a429db\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_25e102c1092c68d165a482aa21a429db\">\n                Usos principales del verbo to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">El verbo to be tiene una gama amplia de aplicaciones que van desde descripciones b\u00e1sicas hasta construcciones gramaticales complejas.<\/span><\/p>\n<h3><b>Como verbo principal<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Cuando act\u00faa como verbo principal, to be conecta el sujeto con informaci\u00f3n descriptiva:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Descripciones:<\/b><span style=\"font-weight: 400;\"> \u201cThe house is large\u201d (La casa es grande)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Profesiones:<\/b><span style=\"font-weight: 400;\"> \u201cShe is a doctor\u201d (Ella es doctora)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Ubicaci\u00f3n:<\/b><span style=\"font-weight: 400;\"> \u201cWe are in Paris\u201d (Estamos en Par\u00eds)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Condiciones:<\/b><span style=\"font-weight: 400;\"> \u201cThe coffee is hot\u201d (El caf\u00e9 est\u00e1 caliente)<\/span><\/li>\n<\/ul>\n<h3><b>Como verbo auxiliar<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Es fundamental para formar:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Tiempos continuos:<\/b><span style=\"font-weight: 400;\"> \u201cShe is working\u201d (Ella est\u00e1 trabajando)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Voz pasiva:<\/b><span style=\"font-weight: 400;\"> \u201cThe cake was made\u201d (El pastel fue hecho)<\/span><\/li>\n<\/ul>\n<h3><b>Errores comunes y c\u00f3mo evitarlos<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Los hispanohablantes frecuentemente cometen estos errores:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Usar \u201cI have 25 years\u201d en lugar de \u201cI am 25 years old\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Confundir \u201che\u2019s\u201d (he is) con \u201chis\u201d (su)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Omitir el verbo: \u201cShe very beautiful\u201d en lugar de \u201cShe is very beautiful\u201d<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_c1fc48a3d7c2301c00d1c0ccd22179b3\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_c1fc48a3d7c2301c00d1c0ccd22179b3\">\n                Describir personas y objetos            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Una de las funciones principales del verbo to be es proporcionar descripciones detalladas de personas y objetos.<\/span><\/p>\n<h3><b>Descripci\u00f3n f\u00edsica<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cMaria is tall and brunette\u201d (Mar\u00eda es alta y morena)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe car is red and shiny\u201d (El coche es rojo y brillante)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cMy dog is small but energetic\u201d (Mi perro es peque\u00f1o pero en\u00e9rgico)<\/span><\/li>\n<\/ul>\n<h3><b>Caracter\u00edsticas de personalidad<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cJohn is very friendly and outgoing\u201d (Juan es muy amigable y extrovertido)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cMy sister is intelligent and creative\u201d (Mi hermana es inteligente y creativa)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe teacher is patient with students\u201d (El profesor es paciente con los estudiantes)<\/span><\/li>\n<\/ul>\n<h3><b>Profesiones y ocupaciones<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe is a nurse at the local hospital\u201d (Ella es enfermera en el hospital local)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThey are engineers working for a tech company\u201d (Ellos son ingenieros que trabajan para una empresa tecnol\u00f3gica)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cMy father is a chef\u201d (Mi padre es chef)<\/span><\/li>\n<\/ul>\n<h3><b>Nacionalidades<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI am Mexican\u201d (Soy mexicano)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cHe is from Canada\u201d (\u00c9l es de Canad\u00e1)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWe are Spanish students\u201d (Somos estudiantes espa\u00f1oles)<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_a936a953b4532e9ac7d3d39bd7174c4f\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_a936a953b4532e9ac7d3d39bd7174c4f\">\n                Expresar edad y medidas            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Una diferencia fundamental entre el espa\u00f1ol y el ingl\u00e9s es el uso de to be para expresar edad y medidas, donde el espa\u00f1ol utiliza \u201ctener\u201d.<\/span><\/p>\n<h3><b>Uso espec\u00edfico para la edad<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI am 30 years old\u201d (Tengo 30 a\u00f1os)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cMy daughter is 8\u201d (Mi hija tiene 8 a\u00f1os)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cHow old are you?\u201d (\u00bfCu\u00e1ntos a\u00f1os tienes?)<\/span><\/li>\n<\/ul>\n<p><b>Error com\u00fan:<\/b><span style=\"font-weight: 400;\"> Nunca uses \u201cI have 30 years\u201d &#8211; esto es gramaticalmente incorrecto en ingl\u00e9s.<\/span><\/p>\n<h3><b>Medidas y dimensiones<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe room is 5 meters long\u201d (La habitaci\u00f3n mide 5 metros de largo)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe is 1.70 meters tall\u201d (Ella mide 1,70 metros de altura)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe building is 50 meters high\u201d (El edificio mide 50 metros de altura)<\/span><\/li>\n<\/ul>\n<h3><b>Diferencia con otros idiomas<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Mientras que en espa\u00f1ol decimos \u201ctengo\u201d para la edad, en ingl\u00e9s siempre usamos \u201cI am\u201d. Esta diferencia causa frecuentes errores entre hispanohablantes que deben corregirse conscientemente.<\/span><\/p>\n<h3><b>Expresiones comunes relacionadas<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe table is 2 meters wide\u201d (La mesa mide 2 metros de ancho)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe pool is 3 meters deep\u201d (La piscina tiene 3 metros de profundidad)<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_010c282071c92c5a605f55d8624d9381\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_010c282071c92c5a605f55d8624d9381\">\n                Ubicaciones y lugares            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">El verbo to be combinado con preposiciones de lugar es la forma est\u00e1ndar para indicar d\u00f3nde se encuentra algo o alguien.<\/span><\/p>\n<h3><b>Indicar d\u00f3nde se encuentra algo o alguien<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI am at home\u201d (Estoy en casa)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe keys are on the table\u201d (Las llaves est\u00e1n sobre la mesa)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cMy books are in the backpack\u201d (Mis libros est\u00e1n en la mochila)<\/span><\/li>\n<\/ul>\n<h3><b>Ubicaciones geogr\u00e1ficas<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cLondon is in England\u201d (Londres est\u00e1 en Inglaterra)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWe are in the park\u201d (Estamos en el parque)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe restaurant is downtown\u201d (El restaurante est\u00e1 en el centro)<\/span><\/li>\n<\/ul>\n<h3><b>Direcciones y referencias espaciales<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe bank is next to the pharmacy\u201d (El banco est\u00e1 junto a la farmacia)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe school is behind the church\u201d (La escuela est\u00e1 detr\u00e1s de la iglesia)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe store is across from the hospital\u201d (La tienda est\u00e1 enfrente del hospital)<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_d86cfabfe37a74b5941dea6ae3ac8883\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_d86cfabfe37a74b5941dea6ae3ac8883\">\n                Estados de \u00e1nimo y condiciones            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">El verbo to be es esencial para expresar c\u00f3mo nos sentimos f\u00edsica y emocionalmente.<\/span><\/p>\n<h3><b>Emociones<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI am happy about the news\u201d (Estoy feliz por las noticias)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe is sad because of the situation\u201d (Ella est\u00e1 triste por la situaci\u00f3n)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThey are excited about the trip\u201d (Ellos est\u00e1n emocionados por el viaje)<\/span><\/li>\n<\/ul>\n<h3><b>Estados f\u00edsicos<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI am tired after work\u201d (Estoy cansado despu\u00e9s del trabajo)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cHe is hungry\u201d (\u00c9l tiene hambre)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWe are cold in this weather\u201d (Tenemos fr\u00edo con este clima)<\/span><\/li>\n<\/ul>\n<h3><b>Condiciones temporales<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe door is open\u201d (La puerta est\u00e1 abierta)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe coffee is hot\u201d (El caf\u00e9 est\u00e1 caliente)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe store is closed today\u201d (La tienda est\u00e1 cerrada hoy)<\/span><\/li>\n<\/ul>\n<h3><b>Diferencia entre estados permanentes y temporales<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">En ingl\u00e9s, usamos to be independientemente de si consideramos algo permanente (\u201cHe is tall\u201d) o temporal (\u201cHe is tired\u201d). El contexto determina la duraci\u00f3n del estado.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_41a274d4def82fb0d6632a37f0df7030\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_41a274d4def82fb0d6632a37f0df7030\">\n                Tiempo atmosf\u00e9rico            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Para describir el clima, el ingl\u00e9s utiliza construcciones impersonales con \u201cit is\u201d.<\/span><\/p>\n<h3><b>Describir el clima<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is sunny today\u201d (Est\u00e1 soleado hoy)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is cold in December\u201d (Hace fr\u00edo en diciembre)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is a beautiful day\u201d (Es un d\u00eda hermoso)<\/span><\/li>\n<\/ul>\n<h3><b>Temperatura<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is 25 degrees outside\u201d (Hace 25 grados afuera)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is freezing in the mountains\u201d (Est\u00e1 helando en las monta\u00f1as)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is warm this afternoon\u201d (Hace calor esta tarde)<\/span><\/li>\n<\/ul>\n<h3><b>Condiciones meteorol\u00f3gicas<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is windy\u201d (Hace viento)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is cloudy\u201d (Est\u00e1 nublado)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIt is foggy this morning\u201d (Hay niebla esta ma\u00f1ana)<\/span><\/li>\n<\/ul>\n<p><b>Nota importante:<\/b><span style=\"font-weight: 400;\"> \u201cIt is raining\u201d (est\u00e1 lloviendo) es m\u00e1s natural que \u201cIt is rainy\u201d (est\u00e1 lluvioso), aunque ambas son correctas.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_58a0e846dddcb4aed500d6c37d895e00\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_58a0e846dddcb4aed500d6c37d895e00\">\n                El verbo to be como auxiliar            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Adem\u00e1s de funcionar como verbo principal, to be sirve como auxiliar en construcciones gramaticales fundamentales.<\/span><\/p>\n<h3><b>Funci\u00f3n en tiempos continuos y voz pasiva<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Como auxiliar, to be no transmite significado por s\u00ed mismo, sino que ayuda a formar estructuras m\u00e1s complejas. Esta funci\u00f3n es absolutamente esencial para la gram\u00e1tica inglesa avanzada.<\/span><\/p>\n<h3><b>Diferenciaci\u00f3n clara entre verbo principal y auxiliar<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Verbo principal:<\/b><span style=\"font-weight: 400;\"> \u201cShe is a teacher\u201d (Ella es profesora)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Auxiliar:<\/b><span style=\"font-weight: 400;\"> \u201cShe is teaching\u201d (Ella est\u00e1 ense\u00f1ando)<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_f1732bb133e257f56e5828f1dc382551\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_f1732bb133e257f56e5828f1dc382551\">\n                Tiempos continuos con to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Todos los tiempos progresivos se forman con to be + gerundio (-ing).<\/span><\/p>\n<h3><b>Presente continuo<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI am studying English\u201d (Estoy estudiando ingl\u00e9s)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe is working late tonight\u201d (Ella est\u00e1 trabajando tarde esta noche)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThey are playing soccer\u201d (Ellos est\u00e1n jugando f\u00fatbol)<\/span><\/li>\n<\/ul>\n<h3><b>Pasado continuo<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI was reading when you called\u201d (Estaba leyendo cuando llamaste)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThey were sleeping\u201d (Ellos estaban durmiendo)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe was cooking dinner\u201d (Ella estaba cocinando la cena)<\/span><\/li>\n<\/ul>\n<h3><b>Futuro continuo<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cI will be traveling next week\u201d (Estar\u00e9 viajando la pr\u00f3xima semana)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe will be working tomorrow\u201d (Ella estar\u00e1 trabajando ma\u00f1ana)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThey will be studying all night\u201d (Ellos estar\u00e1n estudiando toda la noche)<\/span><\/li>\n<\/ul>\n<h3><b>Uso del gerundio (-ing) con el auxiliar to be<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">El gerundio siempre acompa\u00f1a al auxiliar to be en tiempos continuos, indicando que la acci\u00f3n est\u00e1 en progreso durante el momento referido.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_4c87162aa9273923e1d2a720f04e7871\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_4c87162aa9273923e1d2a720f04e7871\">\n                Voz pasiva con to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">La voz pasiva se forma con to be + participio pasado, cambiando el enfoque de quien realiza la acci\u00f3n al objeto que la recibe.<\/span><\/p>\n<h3><b>Estructura de la voz pasiva<\/b><\/h3>\n<p><b>F\u00f3rmula:<\/b><span style=\"font-weight: 400;\"> Sujeto + to be + participio pasado + (by + agente)<\/span><\/p>\n<h3><b>Presente pasivo<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe house is built by professionals\u201d (La casa es construida por profesionales)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cLetters are written every day\u201d (Se escriben cartas todos los d\u00edas)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cEnglish is spoken worldwide\u201d (Se habla ingl\u00e9s mundialmente)<\/span><\/li>\n<\/ul>\n<h3><b>Pasado pasivo<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe book was published in 1995\u201d (El libro fue publicado en 1995)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe car was stolen last night\u201d (El coche fue robado anoche)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cThe project was completed successfully\u201d (El proyecto fue completado exitosamente)<\/span><\/li>\n<\/ul>\n<h3><b>Ejemplos de transformaci\u00f3n<\/b><\/h3>\n<p><b>Voz activa:<\/b><span style=\"font-weight: 400;\"> \u201cJohn writes letters\u201d <\/span><b>Voz pasiva:<\/b><span style=\"font-weight: 400;\"> \u201cLetters are written by John\u201d<\/span><\/p>\n<p><b>Voz activa:<\/b><span style=\"font-weight: 400;\"> \u201cThey built the house\u201d <\/span><b>Voz pasiva:<\/b><span style=\"font-weight: 400;\"> \u201cThe house was built by them\u201d<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_836387887343392d61d577e47f4c2f9b\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_836387887343392d61d577e47f4c2f9b\">\n                Preguntas con el verbo to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Formar preguntas correctamente con to be requiere entender dos estructuras principales: preguntas de s\u00ed\/no y preguntas con palabras interrogativas.<\/span><\/p>\n<h3><b>Formaci\u00f3n de preguntas de s\u00ed\/no<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">La regla b\u00e1sica es invertir el orden del verbo y el sujeto.<\/span><\/p>\n<p><b>Estructura:<\/b><span style=\"font-weight: 400;\"> Verbo to be + sujeto + complemento?<\/span><\/p>\n<h3><b>Preguntas de s\u00ed o no<\/b><\/h3>\n<h4><b>Estructura b\u00e1sica<\/b><\/h4>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cAre you Mexican?\u201d (\u00bfEres mexicano?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cIs she a doctor?\u201d (\u00bfEs ella doctora?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWere they at home?\u201d (\u00bfEstuvieron ellos en casa?)<\/span><\/li>\n<\/ul>\n<h4><b>Respuestas cortas<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">Las respuestas cortas siguen patrones espec\u00edficos:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Pregunta:<\/b><span style=\"font-weight: 400;\"> \u201cAre you ready?\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Respuestas:<\/b><span style=\"font-weight: 400;\"> \u201cYes, I am\u201d \/ \u201cNo, I\u2019m not\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Pregunta:<\/b><span style=\"font-weight: 400;\"> \u201cIs he coming?\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Respuestas:<\/b><span style=\"font-weight: 400;\"> \u201cYes, he is\u201d \/ \u201cNo, he isn\u2019t\u201d<\/span><\/li>\n<\/ul>\n<h4><b>Reglas para respuestas apropiadas<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">En las respuestas cortas, nunca uses contracciones en respuestas afirmativas (\u201cYes, I\u2019m\u201d es incorrecto), pero s\u00ed en negativas (\u201cNo, I\u2019m not\u201d es correcto).<\/span><\/p>\n<h3><b>Preguntas con palabras interrogativas<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Las preguntas con what, where, when, who, why, how requieren una estructura espec\u00edfica.<\/span><\/p>\n<h4><b>Estructura b\u00e1sica<\/b><\/h4>\n<p><b>F\u00f3rmula:<\/b><span style=\"font-weight: 400;\"> Palabra interrogativa + verbo to be + sujeto + complemento?<\/span><\/p>\n<h4><b>Ejemplos comunes<\/b><\/h4>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWhere are you from?\u201d (\u00bfDe d\u00f3nde eres?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWhat is your name?\u201d (\u00bfCu\u00e1l es tu nombre?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cHow old are you?\u201d (\u00bfCu\u00e1ntos a\u00f1os tienes?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWhy is she angry?\u201d (\u00bfPor qu\u00e9 est\u00e1 ella enojada?)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cWhen were they here?\u201d (\u00bfCu\u00e1ndo estuvieron ellos aqu\u00ed?)<\/span><\/li>\n<\/ul>\n<h4><b>Respuestas completas<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">Las respuestas completas deben seguir la estructura establecida por la pregunta:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Pregunta:<\/b><span style=\"font-weight: 400;\"> \u201cWhere are you from?\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Respuesta:<\/b><span style=\"font-weight: 400;\"> \u201cI am from Mexico\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Pregunta:<\/b><span style=\"font-weight: 400;\"> \u201cHow old is your sister?\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Respuesta:<\/b><span style=\"font-weight: 400;\"> \u201cShe is 25 years old\u201d<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_150bf957ce72e2428a68148157576238\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_150bf957ce72e2428a68148157576238\">\n                Errores comunes con el verbo to be            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Los hispanohablantes enfrentan desaf\u00edos espec\u00edficos debido a las diferencias estructurales entre ambos idiomas.<\/span><\/p>\n<h3><b>Lista de errores m\u00e1s frecuentes<\/b><\/h3>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Traducci\u00f3n directa de edad:<\/b><span style=\"font-weight: 400;\"> \u201cI have 20 years\u201d \u274c \u2192 \u201cI am 20 years old\u201d \u2705<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Confusi\u00f3n de contracciones:<\/b><span style=\"font-weight: 400;\"> \u201cHe\u2019s car\u201d (his car) \u274c \u2192 \u201cHis car\u201d \u2705<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Omisi\u00f3n del verbo:<\/b><span style=\"font-weight: 400;\"> \u201cShe very beautiful\u201d \u274c \u2192 \u201cShe is very beautiful\u201d \u2705<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Formas negativas incorrectas:<\/b><span style=\"font-weight: 400;\"> \u201cYou no are here\u201d \u274c \u2192 \u201cYou are not here\u201d \u2705<\/span><\/li>\n<\/ol>\n<h3><b>Confusi\u00f3n entre \u201cser\u201d y \u201cestar\u201d<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">En ingl\u00e9s, to be cubre ambos conceptos, lo que requiere que los hispanohablantes dependan del contexto:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe is tall\u201d (caracter\u00edstica permanente &#8211; ser)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u201cShe is tired\u201d (estado temporal &#8211; estar)<\/span><\/li>\n<\/ul>\n<h3><b>Uso incorrecto de contracciones<\/b><\/h3>\n<p><b>Errores comunes:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Usar contracciones en respuestas cortas afirmativas: \u201cYes, I\u2019m\u201d \u274c<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Confundir \u201che\u2019s\u201d (he is) con \u201chis\u201d (posesivo)<\/span><\/li>\n<\/ul>\n<h3><b>Consejos pr\u00e1cticos para evitar errores<\/b><\/h3>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Memoriza las formas irregulares<\/b><span style=\"font-weight: 400;\"> completamente<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Practica contracciones<\/b><span style=\"font-weight: 400;\"> en contextos conversacionales<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Asocia edad con \u201cto be\u201d<\/b><span style=\"font-weight: 400;\"> en lugar de \u201cto have\u201d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Lee en voz alta<\/b><span style=\"font-weight: 400;\"> para desarrollar fluidez natural<\/span><\/li>\n<\/ol>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_7db45a9efe9e965aa894b3e0e74a5717\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_7db45a9efe9e965aa894b3e0e74a5717\">\n                \u00a1Vamos a practicar!            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n                    <\/div>\n    <\/div>\n  <\/section>\n\n\n\n    <!-- Custom CSS for Quiz -->\n    <style type=\"text\/css\">\n\n    \/* Fixes *\/\n    #advq_quiz_6795 ul.advq_question_list {\n        padding:10px 0;\n        margin:0;\n    }\n\n    #advq_quiz_6795 {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_6795 .advq_button,\n    #advq_quiz_6795 .advq_validade_ck,\n    #advq_quiz_6795 .advq_next_button,\n    #advq_quiz_6795 .advq_start_quiz_button,\n    #advq_quiz_6795 .advq-restart,\n    #advq_quiz_6795 .advq-restart a {\n        color:#FFFFFF;\n        background-color:#e74c3c;\n        font-family: ;\n    }\n\n    #advq_quiz_6795 .advq_button,\n    #advq_quiz_6795 .advq_next_button,\n    #advq_quiz_6795 .advq_start_quiz_button {\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_6795 .advq_button:hover,\n    #advq_quiz_6795 .advq_validade_ck:hover,\n    #advq_quiz_6795 .advq_next_button:hover,\n    #advq_quiz_6795 .advq_start_quiz_button:hover,\n    #advq_quiz_6795 .advq-restart:hover,\n    #advq_quiz_6795 .advq-restart a:hover {\n        color:#FFFFFF;\n        background-color:#e74c3c;\n    }\n\n    #advq_quiz_6795 {\n            max-width:100%;\n        }\n        \n    \/* Questions *\/\n    #advq_quiz_6795 .advq_question {\n        color: #000;\n        font-family: ;\n        font-size: 1.5em;\n        line-height: 1.5em;\n        padding-top: 10px;\n        padding-right: 10px;\n        padding-bottom: 10px;\n        padding-left: 10px;\n        background-color: #f5f5f5;\n        font-weight: 700;\n        font-style: ;\n    }\n    \/* General rule for Answers *\/\n    #advq_quiz_6795 .advq_question_container li {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n        padding-top: 10px;\n        padding-right: 10px;\n        padding-bottom: 10px;\n        padding-left: 10px;\n    }\n\n    \/* Normal State *\/\n    #advq_quiz_6795 .advq_question_container li.quiz_unselected_answer {\n        background-color: #f4f4f4;\n        color: #000;\n    }\n    \/* Hover State *\/\n    #advq_quiz_6795 .advq_question_container ul.advq_question_list:not(.quiz_question_done) li:hover {\n        background-color: #fff9b9;\n        color: #000;\n    }\n    \/* Selected Answer *\/\n    #advq_quiz_6795 .advq_question_container  li.quiz_selected_answer {\n        background-color: #cfe3ff;\n        color: #000;\n    }\n    \/* Correct Answer *\/\n    #advq_quiz_6795 .advq_question_container li.quiz_selected_answer.quiz_correct_answer {\n        background-color: #9ed064;\n        color: #000;\n    }\n    \/* Unselected Correct Answer *\/\n    #advq_quiz_6795 .advq_question_container li.quiz_unselected_answer.quiz_unselected_correct_answer {\n        background-color: #9ed064;\n        color: #000;\n    }\n    \/* Wrong Answer *\/\n    #advq_quiz_6795 .advq_question_container li.quiz_selected_answer.quiz_incorrect_answer {\n        background-color: #f38681;\n        color: #000;\n    }\n\n    \/* Answer Information *\/\n    #advq_quiz_6795 .advq_answer_commentary {\n        background-color: #f4f4f4;\n        color: #000;\n    }\n\n    \/* Answers Container *\/\n    #advq_quiz_6795 .advq_results_wrapper {\n        background-color: #f9f9f9;\n        color: #000;\n        padding-top: 20px;\n        padding-right: 20px;\n        padding-bottom: 20px;\n        padding-left: 20px;\n        margin-top: 20px;\n        margin-right: 0px;\n        margin-bottom: 0px;\n        margin-left: 0px;\n        border:1px solid #f5f5f5;\n    }\n    #advq_quiz_6795 .advq_review_answers {\n        padding-top: 20px;\n        padding-right: 20px;\n        padding-bottom: 20px;\n        padding-left: 20px;\n    }\n    \n    <\/style><div style='opacity:0' class='advq_quiz_wrap advq_minimal advq_hasprogbar' data-quiz-id='6795' id='advq_quiz_6795' data-qtype='trivia' data-qlayout='minimal' data-unique-visitor='false' data-start-time='1776195106' data-options='{\"provide_result\":true,\"allow_change\":true,\"result_position\":\"inline\",\"one_page\":true,\"scroll_to_next\":false,\"progress_bar\":\"disabled\",\"back_button\":false,\"list_mode\":false,\"relation\":\"AND\",\"answerstags\":false}'><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-1\" >\u00bfCu\u00e1l es la traducci\u00f3n correcta de They are at the park? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-1\"><li class=\"quiz_unselected_answer\"><input data-value='Ellos est&aacute;n en el parque ' data-rule='1' id='question-1_0' name='question-1' type='radio' data-points='1'> <label for='question-1_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Ellos est\u00e1n en el parque <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Ellos tienen en el parque' data-rule='0' id='question-1_1' name='question-1' type='radio' data-points='1'> <label for='question-1_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Ellos tienen en el parque<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Ellos son en el parque ' data-rule='0' id='question-1_2' name='question-1' type='radio' data-points='1'> <label for='question-1_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Ellos son en el parque <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-2\" >\u00bfQu\u00e9 significado de to be se usa en I am 25 years old? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-2\"><li class=\"quiz_unselected_answer\"><input data-value='Ser ' data-rule='0' id='question-2_0' name='question-2' type='radio' data-points='1'> <label for='question-2_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Ser <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Estar' data-rule='0' id='question-2_1' name='question-2' type='radio' data-points='1'> <label for='question-2_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Estar<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Tener ' data-rule='1' id='question-2_2' name='question-2' type='radio' data-points='1'> <label for='question-2_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Tener <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-3\" >Completa la frase: The coffee ___ hot. <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-3\"><li class=\"quiz_unselected_answer\"><input data-value='are ' data-rule='0' id='question-3_0' name='question-3' type='radio' data-points='1'> <label for='question-3_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>are <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='am' data-rule='0' id='question-3_1' name='question-3' type='radio' data-points='1'> <label for='question-3_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>am<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='is ' data-rule='1' id='question-3_2' name='question-3' type='radio' data-points='1'> <label for='question-3_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>is <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-4\" >\u00bfCu\u00e1l es la opci\u00f3n correcta para decir Hay un libro sobre la mesa? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-4\"><li class=\"quiz_unselected_answer\"><input data-value='There is a book on the table ' data-rule='1' id='question-4_0' name='question-4' type='radio' data-points='1'> <label for='question-4_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>There is a book on the table <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='There be a book on the table' data-rule='0' id='question-4_1' name='question-4' type='radio' data-points='1'> <label for='question-4_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>There be a book on the table<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='There are a book on the table ' data-rule='0' id='question-4_2' name='question-4' type='radio' data-points='1'> <label for='question-4_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>There are a book on the table <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-5\" >\u00bfEn qu\u00e9 caso to be significa \u201cser\u201d? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-5\"><li class=\"quiz_unselected_answer\"><input data-value='They are at school' data-rule='0' id='question-5_0' name='question-5' type='radio' data-points='1'> <label for='question-5_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>They are at school<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' She is a doctor ' data-rule='1' id='question-5_1' name='question-5' type='radio' data-points='1'> <label for='question-5_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> She is a doctor <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' We are happy ' data-rule='0' id='question-5_2' name='question-5' type='radio' data-points='1'> <label for='question-5_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> We are happy <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-8\" > \u00bfCu\u00e1l es la forma correcta de to be para I en presente? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-8\"><li class=\"quiz_unselected_answer\"><input data-value='am ' data-rule='1' id='question-8_0' name='question-8' type='radio' data-points='1'> <label for='question-8_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>am <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='is ' data-rule='0' id='question-8_1' name='question-8' type='radio' data-points='1'> <label for='question-8_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>is <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='are' data-rule='0' id='question-8_2' name='question-8' type='radio' data-points='1'> <label for='question-8_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>are<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-7\" >\u00bfQu\u00e9 funci\u00f3n cumple is en la frase She is working? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-7\"><li class=\"quiz_unselected_answer\"><input data-value='Verbo principal ' data-rule='0' id='question-7_0' name='question-7' type='radio' data-points='1'> <label for='question-7_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Verbo principal <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Verbo auxiliar ' data-rule='1' id='question-7_1' name='question-7' type='radio' data-points='1'> <label for='question-7_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Verbo auxiliar <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Sustantivo' data-rule='0' id='question-7_2' name='question-7' type='radio' data-points='1'> <label for='question-7_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Sustantivo<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-10\" >Selecciona la frase correcta en ingl\u00e9s para \u201cSomos mexicanos\u201d: <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-10\"><li class=\"quiz_unselected_answer\"><input data-value='We are Mexicans ' data-rule='1' id='question-10_0' name='question-10' type='radio' data-points='1'> <label for='question-10_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>We are Mexicans <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='We is Mexicans ' data-rule='0' id='question-10_1' name='question-10' type='radio' data-points='1'> <label for='question-10_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>We is Mexicans <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='We am Mexicans' data-rule='0' id='question-10_2' name='question-10' type='radio' data-points='1'> <label for='question-10_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>We am Mexicans<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-9\" >\u00bfCu\u00e1l es el error en I have 30 years? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-9\"><li class=\"quiz_unselected_answer\"><input data-value='Debe usarse am en lugar de have' data-rule='1' id='question-9_0' name='question-9' type='radio' data-points='1'> <label for='question-9_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Debe usarse am en lugar de have<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Falta el verbo to ' data-rule='0' id='question-9_1' name='question-9' type='radio' data-points='1'> <label for='question-9_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Falta el verbo to <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='El n&uacute;mero es incorrecto ' data-rule='0' id='question-9_2' name='question-9' type='radio' data-points='1'> <label for='question-9_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>El n\u00famero es incorrecto <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-6\" >\u00bfQu\u00e9 frase expresa un estado temporal? <\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-6\"><li class=\"quiz_unselected_answer\"><input data-value='The sun is hot' data-rule='0' id='question-6_0' name='question-6' type='radio' data-points='1'> <label for='question-6_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>The sun is hot<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I am a teacher ' data-rule='0' id='question-6_1' name='question-6' type='radio' data-points='1'> <label for='question-6_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>I am a teacher <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' I am tired ' data-rule='1' id='question-6_2' name='question-6' type='radio' data-points='1'> <label for='question-6_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> I am tired <\/label><\/li><\/ul><\/div><\/div><div class=\"advq_before_results\"><div class=\"advq_checkanswers \">\n\t\t<div class=\"advq_button\">Check Answers<\/div>\n        <div class=\"advq_warning\"><\/div>\n\t<\/div><\/div><div class=\"advq_results_wrapper\"><div style=\"display:none;\" class=\"advq_results_title\">Your Result:<\/div><div style=\"display:none;\" class=\"advq_no_results\"><div class=\"advq_no_results_title\">Sorry, no results found.<\/div>Please repeat the quiz and try different answer combinations.<\/div><div style=\"display:none;\" data-query=\"\" data-up-to=\"10\" class=\"advq_feedback_box\" id=\"advq_feedback_1717706868\" data-title=\"\" data-unique-id=\"feedback_1717706868\" data-tag=\"\" data-redirect=\"\">\n\t\t\t\t\t\t<div class=\"advq_feedback_title\"><\/div><div class=\"advq_feedback_description\">Excelente!\r\n\r\nPara continuar mejorando tu nivel de ingl\u00e9s, accede a los art\u00edculos de nuestro blog!<\/div><div class=\"advq-share-buttons\">\n\t  \t\t\t\t<div class=\"advq-fb-link\">\n\t  \t\t\t\t\t<a data-social-network=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><\/i> <span>Share your results<\/span><\/a><\/div>\n\t \t\t\t \t<div class=\"advq-twitter-link\">\n\t \t\t\t \t\t<a data-social-network=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?source=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D&text={result}VerboToBe: https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/posts\/5197?qid=6795qr{rid} \" target=\"_blank\" title=\"Tweet\"><i class=\"fa fa-twitter\" aria-hidden=\"true\"><\/i><span> Share your results<\/span><\/a><\/div>\n\t\t\t\t\t<div class=\"advq-linkedin-link\">\n\t  \t\t\t\t\t<a data-social-network=\"linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D\" target=\"_blank\" title=\"Share on Linkedin\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><\/i> <span>Share your results<\/span><\/a><\/div>\n\t\t\t\t<\/div><\/div><div style=\"display:none;\" data-query=\"\" data-up-to=\"7\" class=\"advq_feedback_box\" id=\"advq_feedback_1717706949\" data-title=\"\" data-unique-id=\"feedback_1717706949\" data-tag=\"\" data-redirect=\"\">\n\t\t\t\t\t\t<div class=\"advq_feedback_title\"><\/div><div class=\"advq_feedback_description\">Buen trabajo!\r\n\r\nPara continuar mejorando tu nivel de ingl\u00e9s, accede a los art\u00edculos de nuestro blog!<\/div><div class=\"advq-share-buttons\">\n\t  \t\t\t\t<div class=\"advq-fb-link\">\n\t  \t\t\t\t\t<a data-social-network=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><\/i> <span>Share your results<\/span><\/a><\/div>\n\t \t\t\t \t<div class=\"advq-twitter-link\">\n\t \t\t\t \t\t<a data-social-network=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?source=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D&text={result}VerboToBe: https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/posts\/5197?qid=6795qr{rid} \" target=\"_blank\" title=\"Tweet\"><i class=\"fa fa-twitter\" aria-hidden=\"true\"><\/i><span> Share your results<\/span><\/a><\/div>\n\t\t\t\t\t<div class=\"advq-linkedin-link\">\n\t  \t\t\t\t\t<a data-social-network=\"linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D\" target=\"_blank\" title=\"Share on Linkedin\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><\/i> <span>Share your results<\/span><\/a><\/div>\n\t\t\t\t<\/div><\/div><div style=\"display:none;\" data-query=\"\" data-up-to=\"4\" class=\"advq_feedback_box\" id=\"advq_feedback_1717706950\" data-title=\"\" data-unique-id=\"feedback_1717706950\" data-tag=\"\" data-redirect=\"\">\n\t\t\t\t\t\t<div class=\"advq_feedback_title\"><\/div><div class=\"advq_feedback_description\">No ha habido suerte.\r\nLee de nuevo el art\u00edculo e intenta pasar el test otra vez.\r\n\r\nPara continuar mejorando tu nivel de ingl\u00e9s, accede a los art\u00edculos de nuestro blog!<\/div><div class=\"advq-share-buttons\">\n\t  \t\t\t\t<div class=\"advq-fb-link\">\n\t  \t\t\t\t\t<a data-social-network=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><\/i> <span>Share your results<\/span><\/a><\/div>\n\t \t\t\t \t<div class=\"advq-twitter-link\">\n\t \t\t\t \t\t<a data-social-network=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?source=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D&text={result}VerboToBe: https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/posts\/5197?qid=6795qr{rid} \" target=\"_blank\" title=\"Tweet\"><i class=\"fa fa-twitter\" aria-hidden=\"true\"><\/i><span> Share your results<\/span><\/a><\/div>\n\t\t\t\t\t<div class=\"advq-linkedin-link\">\n\t  \t\t\t\t\t<a data-social-network=\"linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.novakidschool.com%2Fes-cl%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F5197%3Fqid%3D6795qr%7Brid%7D\" target=\"_blank\" title=\"Share on Linkedin\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><\/i> <span>Share your results<\/span><\/a><\/div>\n\t\t\t\t<\/div><\/div>\n                <div class=\"advq-restart\">\n                    <a href=\"\/es-cl\/blog\/wp-json\/wp\/v2\/posts\/5197\" title=\"Retake Quiz\"><i class=\"fa fa-refresh\" aria-hidden=\"true\"><\/i> <span>Retake Quiz<\/span><\/a>\n                <\/div><\/div><!-- Closing div for results --><\/div><!-- Closing div for quiz -->\n\n\n  <section class=\"section blogText\" id=\"blogText-block_3d9a9eedede8d69bfe7df7b777c611ad\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">Dominar el verbo <\/span><i><span style=\"font-weight: 400;\">to be<\/span><\/i><span style=\"font-weight: 400;\"> es abrir la puerta a entender y comunicarte en ingl\u00e9s con seguridad, ya que est\u00e1 presente en descripciones, estados, ubicaciones, expresiones comunes y hasta en la construcci\u00f3n de tiempos verbales m\u00e1s avanzados.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Con pr\u00e1ctica guiada, podr\u00e1s reconocer su significado en cada contexto y usarlo de forma natural. Si quieres dar el siguiente paso y afianzar lo aprendido, ap\u00fantate en Novakid a tu<\/span> <a href=\"https:\/\/www.novakidschool.com\/es-cl\/\"><b>primera clase gratuita<\/b><\/a><span style=\"font-weight: 400;\">, donde practicaremos juntos y resolveremos tus dudas para que empieces a hablar ingl\u00e9s con confianza desde el primer d\u00eda.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n","protected":false},"excerpt":{"rendered":"<p>Descubre todo lo que necesitas saber sobre el verbo to be en ingl\u00e9s: su uso, ejemplos y conjugaci\u00f3n. \u00a1Lee el art\u00edculo y mejora tu ingl\u00e9s!<\/p>\n","protected":false},"author":1,"featured_media":5198,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[19],"tags":[],"class_list":["post-5197","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gramatica-facil"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Todo sobre el verbo to be: uso, ejemplos y conjugaci\u00f3n en ingl\u00e9s<\/title>\n<meta name=\"description\" content=\"Descubre todo lo que necesitas saber sobre el verbo to be en ingl\u00e9s: su uso, ejemplos y conjugaci\u00f3n. \u00a1Lee el art\u00edculo y mejora tu ingl\u00e9s!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Todo sobre el verbo to be: uso, ejemplos y conjugaci\u00f3n en ingl\u00e9s\" \/>\n<meta property=\"og:description\" content=\"Descubre todo lo que necesitas saber sobre el verbo to be en ingl\u00e9s: su uso, ejemplos y conjugaci\u00f3n. \u00a1Lee el art\u00edculo y mejora tu ingl\u00e9s!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/\" \/>\n<meta property=\"og:site_name\" content=\"Novakid\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-12T15:41:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Novakid\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Novakid\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Todo sobre el verbo to be: uso, ejemplos y conjugaci\u00f3n en ingl\u00e9s","description":"Descubre todo lo que necesitas saber sobre el verbo to be en ingl\u00e9s: su uso, ejemplos y conjugaci\u00f3n. \u00a1Lee el art\u00edculo y mejora tu ingl\u00e9s!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/","og_locale":"es_ES","og_type":"article","og_title":"Todo sobre el verbo to be: uso, ejemplos y conjugaci\u00f3n en ingl\u00e9s","og_description":"Descubre todo lo que necesitas saber sobre el verbo to be en ingl\u00e9s: su uso, ejemplos y conjugaci\u00f3n. \u00a1Lee el art\u00edculo y mejora tu ingl\u00e9s!","og_url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/","og_site_name":"Novakid","article_published_time":"2025-08-12T15:41:25+00:00","og_image":[{"width":960,"height":500,"url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png","type":"image\/png"}],"author":"Novakid","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Novakid","Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#\/schema\/person\/97c36458519ae32de5744e9a8ea02aa7"},"headline":"Verbo To Be: ejemplos para dominar el verbo m\u00e1s importante del ingl\u00e9s","datePublished":"2025-08-12T15:41:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/"},"wordCount":18,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png","articleSection":["Gram\u00e1tica f\u00e1cil"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/","url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/","name":"Todo sobre el verbo to be: uso, ejemplos y conjugaci\u00f3n en ingl\u00e9s","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png","datePublished":"2025-08-12T15:41:25+00:00","description":"Descubre todo lo que necesitas saber sobre el verbo to be en ingl\u00e9s: su uso, ejemplos y conjugaci\u00f3n. \u00a1Lee el art\u00edculo y mejora tu ingl\u00e9s!","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#primaryimage","url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png","contentUrl":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2025\/02\/verb-to-be.png","width":960,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/verbo-to-be-en-ingles\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/es-cl\/blog\/"},{"@type":"ListItem","position":2,"name":"Verbo To Be: ejemplos para dominar el verbo m\u00e1s importante del ingl\u00e9s"}]},{"@type":"WebSite","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#website","url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/","name":"Novakid","description":"Novakid blog Spain","publisher":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.novakidschool.com\/es-cl\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#organization","name":"Novakid","url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2022\/03\/logo-novakid.svg","contentUrl":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-content\/uploads\/2022\/03\/logo-novakid.svg","width":268,"height":71,"caption":"Novakid"},"image":{"@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.novakidschool.com\/es-cl\/blog\/#\/schema\/person\/97c36458519ae32de5744e9a8ea02aa7","name":"Novakid","url":"https:\/\/www.novakidschool.com\/es-cl\/blog\/authors\/wpp_admin_nk\/"}]}},"_links":{"self":[{"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/posts\/5197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/comments?post=5197"}],"version-history":[{"count":2,"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/posts\/5197\/revisions"}],"predecessor-version":[{"id":6796,"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/posts\/5197\/revisions\/6796"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/media\/5198"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/media?parent=5197"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/categories?post=5197"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/es-cl\/blog\/wp-json\/wp\/v2\/tags?post=5197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}